HomeSort by relevance Sort by last modified time
    Searched refs:CXFA_FFNotify (Results 1 - 17 of 17) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_document_parser.h 16 class CXFA_FFNotify;
23 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify);
31 CXFA_FFNotify* GetNotify() const;
36 CXFA_FFNotify* m_pNotify;
cxfa_document_parser.cpp 13 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify)
46 CXFA_FFNotify* CXFA_DocumentParser::GetNotify() const {
cscript_hostpseudomodel.cpp 40 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
53 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
69 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
84 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
98 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
113 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
130 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
147 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
167 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
180 CXFA_FFNotify* pNotify = m_pDocument->GetNotify()
    [all...]
cxfa_document.h 55 class CXFA_FFNotify;
68 CXFA_FFNotify* GetNotify() const;
cxfa_node.cpp     [all...]
cscript_layoutpseudomodel.cpp 37 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
363 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
cscript_eventpseudomodel.cpp 212 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
cxfa_layoutitem.cpp 16 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify();
cxfa_layoutpagemgr.cpp 84 void SyncContainer(CXFA_FFNotify* pNotify,
209 CXFA_FFNotify* pNotify,
561 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify();
    [all...]
cxfa_document.cpp 151 CXFA_FFNotify* CXFA_Document::GetNotify() const {
cxfa_scriptcontext.cpp 200 CXFA_FFNotify* pNotify = pDoc->GetNotify();
276 CXFA_FFNotify* pNotify = pDoc->GetNotify();
xfa_layout_itemlayout.cpp 571 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify();
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
42 CXFA_FFNotify::~CXFA_FFNotify() {}
44 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender,
51 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_WidgetData* pSender,
71 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetData* pSender,
89 CXFA_LayoutItem* CXFA_FFNotify::OnCreateLayoutItem(CXFA_Node* pNode) {
173 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem,
183 bool CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem
    [all...]
xfa_ffnotify.h 15 class CXFA_FFNotify {
17 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
18 ~CXFA_FFNotify();
xfa_ffdoc.cpp 170 m_pNotify = pdfium::MakeUnique<CXFA_FFNotify>(this);
  /external/pdfium/xfa/fxfa/
xfa_ffdoc.h 19 class CXFA_FFNotify;
67 std::unique_ptr<CXFA_FFNotify> m_pNotify;
xfa_ffdocview.h 130 friend class CXFA_FFNotify;

Completed in 216 milliseconds