Home
last modified time | relevance | path

Searched defs:hDoc (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp53 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) { in SetChangeMark()
345 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages()
351 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage()
362 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage()
377 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled()
384 void CPDFXFA_DocEnvironment::SetCalculationsEnabled(CXFA_FFDoc* hDoc, in SetCalculationsEnabled()
392 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle()
404 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle()
414 void CPDFXFA_DocEnvironment::ExportData(CXFA_FFDoc* hDoc, in ExportData()
508 void CPDFXFA_DocEnvironment::GotoURL(CXFA_FFDoc* hDoc, in GotoURL()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp100 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled() local
116 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage() local
146 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in numPages() local
179 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in title() local
197 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in validationsEnabled() local
258 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in gotoURL() local
545 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in print() local
577 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in exportData() local
589 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageUp() local
607 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageDown() local
Dcfxjse_engine.cpp209 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertySetter() local
278 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertyGetter() local
374 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NormalPropertyGetter() local
/external/pdfium/xfa/fxfa/
Dcxfa_fontmgr.cpp27 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont(CXFA_FFDoc* hDoc, in GetFont()
Dcxfa_ffnotify.cpp252 CXFA_FFDoc* hDoc = GetHDOC(); in OpenDropDownList() local