Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp81 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType() local
96 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled() local
113 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage() local
129 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language() local
146 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages() local
163 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform() local
183 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title() local
201 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled() local
246 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in name() local
268 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in gotoURL() local
[all …]
Dcjx_form.cpp72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
89 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate() local
104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
116 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcjx_subform.cpp53 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
66 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
79 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcjx_instancemanager.cpp100 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances() local
148 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance() local
190 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance() local
243 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance() local
283 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance() local
Dcjx_exclgroup.cpp54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
Dcjx_field.cpp76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
227 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
Dcfxjse_engine.cpp277 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() local
343 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter() local
434 CXFA_FFNotify* pNotify = pObject->GetDocument()->GetNotify(); in NormalPropertyGetter() local
Dcjx_layoutpseudomodel.cpp70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() local
367 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent() local
Dcjx_object.cpp960 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging() local
1199 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomMessage() local
1399 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomInstanceIndex() local
Dcjx_eventpseudomodel.cpp208 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit() local
Dcjx_node.cpp470 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
1612 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in SaveLayoutItemChildren() local
1658 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents() local
1856 CXFA_FFNotify* pNotify = m_pPageSetNode->GetDocument()->GetNotify(); in SyncLayoutData() local
Dcxfa_contentlayoutprocessor.cpp450 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() local
495 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() local
672 CXFA_FFNotify* pNotify = pFormNode->GetDocument()->GetNotify(); in CreateContentLayoutItem() local
842 CXFA_FFNotify* pNotify = in ExtractLayoutItem() local
2071 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_ctrl.h42 void SetNotify(NotifyIface* pNotify) { m_pNotify = pNotify; } in SetNotify()
Dcpwl_edit_impl.cpp711 void CPWL_EditImpl::SetNotify(CPWL_Edit* pNotify) { in SetNotify()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1621 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChildAndNotify() local
1817 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetInitializedFlagAndNotify() local
1841 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved() local
2103 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage() local
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp1014 void CPDF_InteractiveForm::SetNotifierIface(NotifierIface* pNotify) { in SetNotifierIface()