Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp49 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) { in SetChangeMark()
329 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages()
335 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage()
348 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage()
362 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled()
373 void CPDFXFA_DocEnvironment::SetCalculationsEnabled(CXFA_FFDoc* hDoc, in SetCalculationsEnabled()
382 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle()
395 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle()
405 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.cpp94 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled() local
110 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage() local
140 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in numPages() local
173 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in title() local
191 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in validationsEnabled() local
261 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in gotoURL() local
606 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageUp() local
624 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageDown() local
/external/pdfium/xfa/fxfa/
Dcxfa_fontmgr.cpp27 CXFA_FFDoc* hDoc, in GetFont()