Home
last modified time | relevance | path

Searched refs:IPWL_IconList_Notify (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h10 class IPWL_IconList_Notify; variable
16 class IPWL_IconList_Notify
63 void SetNotify(IPWL_IconList_Notify* pNotify);
70 IPWL_IconList_Notify* GetNotify() const;
86 IPWL_IconList_Notify* m_pNotify;
103 void SetNotify(IPWL_IconList_Notify* pNotify);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp314 if (IPWL_IconList_Notify* pNotify = GetNotify()) in SetSelect()
324 IPWL_IconList_Notify* CPWL_IconList_Content::GetNotify() const in GetNotify()
331 void CPWL_IconList_Content::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify()
520 void CPWL_IconList::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify()