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

/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h42 struct IconElement struct
44 IconElement() : IconName(L""), IconStream(NULL), NextIcon(NULL){} function in struct:IconElement
45 virtual ~IconElement()
49 IconElement* NextIcon;
66 void InsertIconElement(IconElement* pNewIcon);
70 IconElement* operator[](int iIndex);
73 IconElement* m_pHead;
74 IconElement* m_pEnd;

Completed in 581 milliseconds