Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp46 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() function in CXFA_FFNotify
48 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify()
50 void CXFA_FFNotify::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent()
57 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_Node* pSender, in OnWidgetListItemAdded()
70 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_Node* pSender, in OnWidgetListItemRemoved()
82 std::unique_ptr<CXFA_FFPageView> CXFA_FFNotify::OnCreateViewLayoutItem( in OnCreateViewLayoutItem()
92 std::unique_ptr<CXFA_FFWidget> CXFA_FFNotify::OnCreateContentLayoutItem( in OnCreateContentLayoutItem()
191 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout()
197 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript()
211 XFA_EventError CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst()
[all …]
Dcxfa_ffnotify.h23 class CXFA_FFNotify {
25 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
26 ~CXFA_FFNotify();
Dcxfa_ffdoc.h25 class CXFA_FFNotify; variable
84 std::unique_ptr<CXFA_FFNotify> m_pNotify;
Dcxfa_ffdoc.cpp78 m_pNotify(pdfium::MakeUnique<CXFA_FFNotify>(this)), in CXFA_FFDoc()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp82 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType()
96 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled()
112 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage()
127 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language()
142 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages()
157 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform()
175 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title()
193 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled()
233 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in name()
254 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in gotoURL()
[all …]
Dcjx_form.cpp73 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
92 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate()
108 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_subform.cpp54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
80 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_exclgroup.cpp54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
80 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
Dcjx_instancemanager.cpp98 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances()
146 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance()
189 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance()
244 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance()
289 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance()
Dcjx_field.cpp77 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
157 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
235 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcfxjse_engine.cpp205 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter()
274 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()
370 CXFA_FFNotify* pNotify = pObject->GetDocument()->GetNotify(); in NormalPropertyGetter()
Dcjx_layoutpseudomodel.cpp68 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready()
368 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
Dcjx_eventpseudomodel.cpp180 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
Dcjx_object.cpp1056 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging()
1298 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomMessage()
1490 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomInstanceIndex()
Dcjx_node.cpp514 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h46 class CXFA_FFNotify; variable
66 CXFA_Document(CXFA_FFNotify* notify,
79 CXFA_FFNotify* GetNotify() const { return notify_.Get(); } in GetNotify()
126 UnownedPtr<CXFA_FFNotify> const notify_;
Dcxfa_node.cpp1558 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChildAndNotify()
1756 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlagAndNotify()
1781 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved()
2049 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage()
Dcxfa_document.cpp1276 CXFA_Document::CXFA_Document(CXFA_FFNotify* notify, in CXFA_Document()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp28 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in XFA_ReleaseLayoutItem()
Dcxfa_viewlayoutprocessor.cpp129 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer()
247 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem()
663 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem()
1598 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in SaveLayoutItemChildren()
1645 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents()
1846 CXFA_FFNotify* pNotify = m_pPageSetNode->GetDocument()->GetNotify(); in SyncLayoutData()
Dcxfa_contentlayoutprocessor.cpp433 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode()
478 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos()
642 CXFA_FFNotify* pNotify = pFormNode->GetDocument()->GetNotify(); in CreateContentLayoutItem()
812 CXFA_FFNotify* pNotify = in ExtractLayoutItem()
2031 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField()