Home
last modified time | relevance | path

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

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