Searched refs:m_pNotify (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.h56 CXFA_FFNotify* m_pNotify; member in class:CXFA_FFDoc
H A Dxfa_ffdoc.cpp20 m_pNotify(nullptr),
32 m_pNotify = new CXFA_FFNotify(this);
33 IXFA_DocParser* pDocParser = IXFA_DocParser::Create(m_pNotify);
287 if (m_pNotify) {
288 delete m_pNotify;
289 m_pNotify = NULL;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_parser_imp.h96 virtual IXFA_Notify* GetNotify() const { return m_pNotify; }
102 IXFA_Notify* m_pNotify; member in class:CXFA_DocumentParser
H A Dxfa_parser_imp.cpp1393 : m_nodeParser(NULL, TRUE), m_pNotify(pNotify), m_pDocument(NULL) {
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp412 : m_pNotify(NULL),
423 m_pNotify = pNotify;
649 if (m_pNotify) {
654 m_pNotify->IOnInvalidateRect(&rcRefresh);
666 m_pNotify->IOnInvalidateRect(&rcRefresh);
730 if (m_pNotify) {
736 m_pNotify->IOnSetScrollInfoY(rcPlate.bottom, rcPlate.top,
766 if (m_pNotify) {
769 m_pNotify->IOnSetScrollPosY(fy);
H A Dfxet_edit.cpp744 m_pNotify(NULL),
792 m_pNotify = pNotify;
1714 if (m_bNotify && m_pNotify) {
1720 m_pNotify->IOnContentChange(rcContent);
1813 if (m_bNotify && m_pNotify) {
1819 m_pNotify->IOnSetScrollInfoX(rcPlate.left, rcPlate.right, rcContent.left,
1823 m_pNotify->IOnSetScrollInfoY(rcPlate.bottom, rcPlate.top,
1840 if (m_bNotify && m_pNotify) {
1843 m_pNotify->IOnSetScrollPosX(fx);
1860 if (m_bNotify && m_pNotify) {
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp132 m_pNotify(NULL),
280 return m_pNotify;
285 m_pNotify = pNotify;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h89 IPWL_IconList_Notify* m_pNotify; member in class:CPWL_IconList_Content
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h334 IFX_List_Notify* m_pNotify; member in class:CFX_ListCtrl
H A Dfxet_edit.h740 IFX_Edit_Notify* m_pNotify; member in class:CFX_Edit

Completed in 112 milliseconds