Home
last modified time | relevance | path

Searched defs:IconElement (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DDocument.h42 struct IconElement struct
44 IconElement() : IconName(L""), NextIcon(NULL), IconStream(NULL) {} in IconElement() argument
45 virtual ~IconElement() in ~IconElement() argument
49 IconElement* NextIcon; argument
66 void InsertIconElement(IconElement* pNewIcon); argument