Home
last modified time | relevance | path

Searched defs:pNotify (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp82 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType() local
97 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled() local
114 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage() local
130 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language() local
147 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages() local
164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform() local
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title() local
202 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled() local
247 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in name() local
268 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in gotoURL() local
[all …]
Dcjx_form.cpp75 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate() local
110 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
123 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcjx_subform.cpp55 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
68 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
81 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcjx_instancemanager.cpp103 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances() local
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance() local
193 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance() local
246 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance() local
287 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance() local
Dcjx_exclgroup.cpp56 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
69 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
Dcjx_field.cpp79 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
159 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
237 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcfxjse_engine.cpp279 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() local
345 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter() local
436 CXFA_FFNotify* pNotify = pObject->GetDocument()->GetNotify(); in NormalPropertyGetter() local
Dcjx_layoutpseudomodel.cpp70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() local
371 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent() local
Dcjx_eventpseudomodel.cpp209 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit() local
Dcjx_object.cpp957 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging() local
1224 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomMessage() local
1424 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomInstanceIndex() local
Dcjx_node.cpp477 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName() local
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp26 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in XFA_ReleaseLayoutItem() local
Dcxfa_viewlayoutprocessor.cpp131 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer()
242 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem()
667 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem() local
1610 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in SaveLayoutItemChildren() local
1656 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents() local
1854 CXFA_FFNotify* pNotify = m_pPageSetNode->GetDocument()->GetNotify(); in SyncLayoutData() local
Dcxfa_contentlayoutprocessor.cpp441 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() local
486 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() local
668 CXFA_FFNotify* pNotify = pFormNode->GetDocument()->GetNotify(); in CreateContentLayoutItem() local
838 CXFA_FFNotify* pNotify = in ExtractLayoutItem() local
2072 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_ctrl.h40 void SetNotify(NotifyIface* pNotify) { m_pNotify = pNotify; } in SetNotify()
Dcpwl_edit_impl.cpp699 void CPWL_EditImpl::SetNotify(CPWL_Edit* pNotify) { in SetNotify()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1617 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChildAndNotify() local
1813 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetInitializedFlagAndNotify() local
1837 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved() local
2101 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage() local
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp1001 void CPDF_InteractiveForm::SetNotifierIface(NotifierIface* pNotify) { in SetNotifierIface()