Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp100 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled()
116 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage()
146 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in numPages()
179 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in title()
197 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in validationsEnabled()
258 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in gotoURL()
545 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in print()
577 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in exportData()
589 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageUp()
607 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageDown()
Dcjx_packet.cpp90 ->GetHDOC() in content()
Dcfxjse_engine.cpp209 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertySetter()
278 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertyGetter()
374 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NormalPropertyGetter()
Dcjx_node.cpp278 GetXFANode()->GetDocument()->GetNotify()->GetHDOC()->GetXMLDocument(); in loadXML()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h65 CXFA_FFDoc* GetHDOC() const { return m_pDoc.Get(); } in GetHDOC() function
Dcxfa_ffnotify.cpp252 CXFA_FFDoc* hDoc = GetHDOC(); in OpenDropDownList()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1458 return GetNotify()->GetHDOC()->GetFormType(); in GetFormType()
1618 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
1667 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
1725 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
Dcxfa_node.cpp5084 return GetDocument()->GetNotify()->GetHDOC()->GetXMLDocument(); in GetXMLDocument()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp493 pNotify->GetHDOC()->GetDocView(), pLayoutItem->GetIndex(), in FindLayoutItemSplitPos()