Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp94 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled()
110 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage()
140 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in numPages()
173 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in title()
191 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in validationsEnabled()
261 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in gotoURL()
313 pNotify->GetDocEnvironment()->SetFocusWidget(pNotify->GetHDOC(), hWidget); in openList()
563 pNotify->GetDocEnvironment()->Print(pNotify->GetHDOC(), nStartPage, nEndPage, in print()
595 pNotify->GetDocEnvironment()->ExportData(pNotify->GetHDOC(), filePath, XDP); in exportData()
606 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageUp()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h63 CXFA_FFDoc* GetHDOC();
Dcxfa_ffnotify.cpp253 CXFA_FFDoc* CXFA_FFNotify::GetHDOC() { in GetHDOC() function in CXFA_FFNotify
/external/pdfium/fxjs/
Dcfxjse_engine.cpp202 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertySetter()
259 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertyGetter()