Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp14 : m_nodeParser(nullptr, true), m_pNotify(pNotify) {} in CXFA_DocumentParser()
47 return m_pNotify; in GetNotify()
Dcxfa_document_parser.h36 CXFA_FFNotify* m_pNotify; variable
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp192 : m_pNotify(nullptr), in CFX_ListCtrl()
207 m_pNotify = pNotify; in SetNotify()
446 if (m_pNotify) { in InvalidateItem()
451 m_pNotify->IOnInvalidateRect(&rcRefresh); in InvalidateItem()
463 m_pNotify->IOnInvalidateRect(&rcRefresh); in InvalidateItem()
527 if (m_pNotify) { in SetScrollInfo()
533 m_pNotify->IOnSetScrollInfoY(rcPlate.bottom, rcPlate.top, in SetScrollInfo()
563 if (m_pNotify) { in SetScrollPosY()
566 m_pNotify->IOnSetScrollPosY(fy); in SetScrollPosY()
Dfxet_edit.cpp839 m_pNotify(nullptr), in CFX_Edit()
871 m_pNotify = pNotify; in SetNotify()
1230 if (m_pNotify) { in SetContentChanged()
1236 m_pNotify->IOnContentChange(rcContent); in SetContentChanged()
1321 if (m_pNotify) { in SetScrollInfo()
1327 m_pNotify->IOnSetScrollInfoY(rcPlate.bottom, rcPlate.top, in SetScrollInfo()
1356 if (m_pNotify) { in SetScrollPosY()
1359 m_pNotify->IOnSetScrollPosY(fy); in SetScrollPosY()
1466 if (m_pNotify) { in Refresh()
1471 m_pNotify->IOnInvalidateRect(pRects->GetAt(i)); in Refresh()
[all …]
Dfxet_list.h290 CPWL_List_Notify* m_pNotify; variable
Dfxet_edit.h482 CPWL_EditCtrl* m_pNotify; variable
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp157 m_pNotify(nullptr), in CXFA_FFDoc()
170 m_pNotify = pdfium::MakeUnique<CXFA_FFNotify>(this); in StartLoad()
171 m_pDocumentParser = pdfium::MakeUnique<CXFA_DocumentParser>(m_pNotify.get()); in StartLoad()
342 m_pNotify.reset(nullptr); in CloseDoc()
/external/pdfium/xfa/fxfa/
Dxfa_ffdoc.h67 std::unique_ptr<CXFA_FFNotify> m_pNotify; variable