Home
last modified time | relevance | path

Searched refs:GetHDOC (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp57 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in CalculationsEnabled()
73 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in CurrentPage()
102 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NumPages()
134 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in Title()
151 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in ValidationsEnabled()
219 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GotoURL()
274 pNotify->GetDocEnvironment()->SetFocusWidget(pNotify->GetHDOC(), hWidget); in OpenList()
547 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in Print()
622 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in ExportData()
640 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in PageUp()
[all …]
Dcxfa_scriptcontext.cpp204 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertySetter()
280 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertyGetter()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffnotify.h59 CXFA_FFDoc* GetHDOC();
Dxfa_ffnotify.cpp238 CXFA_FFDoc* CXFA_FFNotify::GetHDOC() { in GetHDOC() function in CXFA_FFNotify