Home
last modified time | relevance | path

Searched refs:CXFA_FFNotify (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp55 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() function in CXFA_FFNotify
57 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify()
59 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender, in OnPageEvent()
66 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_WidgetAcc* pSender, in OnWidgetListItemAdded()
85 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetAcc* pSender, in OnWidgetListItemRemoved()
102 CXFA_ContainerLayoutItem* CXFA_FFNotify::OnCreateContainerLayoutItem( in OnCreateContainerLayoutItem()
114 CXFA_ContentLayoutItem* CXFA_FFNotify::OnCreateContentLayoutItem( in OnCreateContentLayoutItem()
195 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout()
205 bool CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem, in FindSplitPos()
213 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript()
[all …]
Dcxfa_ffnotify.h17 class CXFA_FFNotify {
19 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
20 ~CXFA_FFNotify();
Dcxfa_ffdoc.h22 class CXFA_FFNotify; variable
90 std::unique_ptr<CXFA_FFNotify> m_pNotify;
Dcxfa_ffdoc.cpp169 m_pNotify = pdfium::MakeUnique<CXFA_FFNotify>(this); in StartLoad()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType()
90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled()
106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage()
121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language()
136 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages()
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform()
169 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title()
187 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled()
208 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in variation()
222 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in version()
[all …]
Dcjx_form.cpp70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
88 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate()
104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
116 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_instancemanager.cpp94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances()
145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance()
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance()
234 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance()
279 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance()
Dcjx_subform.cpp48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_exclgroup.cpp50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
74 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
Dcjx_field.cpp71 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
149 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
226 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_layoutpseudomodel.cpp59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready()
364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
Dcjx_eventpseudomodel.cpp164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
Dcjx_object.cpp1190 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging()
1429 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_Message()
1635 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_InstanceIndex()
Dcjx_node.cpp462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.h16 class CXFA_FFNotify; variable
22 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify);
30 CXFA_FFNotify* GetNotify() const;
34 UnownedPtr<CXFA_FFNotify> const m_pNotify;
Dcxfa_document_parser.cpp14 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify) in CXFA_DocumentParser()
47 CXFA_FFNotify* CXFA_DocumentParser::GetNotify() const { in GetNotify()
Dcxfa_document.h53 class CXFA_FFNotify; variable
69 CXFA_FFNotify* GetNotify() const;
Dcxfa_layoutpagemgr.cpp95 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer()
226 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem()
582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem()
1627 CXFA_FFNotify* pNotify = in SaveLayoutItem()
1690 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents()
1905 CXFA_FFNotify* pNotify = m_pTemplatePageSetRoot->GetDocument()->GetNotify(); in SyncLayoutData()
Dcxfa_layoutitem.cpp19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem()
Dcxfa_node.cpp842 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild()
889 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild()
1078 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlag()
1109 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved()
1382 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage()
Dcxfa_document.cpp143 CXFA_FFNotify* CXFA_Document::GetNotify() const { in GetNotify()
Dcxfa_itemlayoutprocessor.cpp615 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode()
1001 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos()
1356 CXFA_FFNotify* pNotify = in ExtractLayoutItem()
2754 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField()
/external/pdfium/fxjs/
Dcfxjse_engine.cpp198 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter()
255 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()