Home
last modified time | relevance | path

Searched refs:GetDocument (Results 1 – 25 of 78) sorted by relevance

1234

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType()
90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled()
106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage()
121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language()
136 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages()
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform()
166 if (!GetDocument()->GetScriptContext()->IsRunAtClient()) in title()
169 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title()
187 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled()
205 if (!GetDocument()->GetScriptContext()->IsRunAtClient()) in variation()
[all …]
Dcjx_instancemanager.cpp94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances()
102 CXFA_LayoutProcessor* pLayoutPro = GetDocument()->GetLayoutProcessor(); in SetInstances()
105 ToNode(GetDocument()->GetXFAObject(XFA_HASHCODE_Form))); in SetInstances()
127 CXFA_LayoutProcessor* pLayoutPro = GetDocument()->GetLayoutProcessor(); in MoveInstance()
130 ToNode(GetDocument()->GetXFAObject(XFA_HASHCODE_Form))); in MoveInstance()
145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance()
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance()
194 CXFA_LayoutProcessor* pLayoutPro = GetDocument()->GetLayoutProcessor(); in removeInstance()
197 ToNode(GetDocument()->GetXFAObject(XFA_HASHCODE_Form))); in removeInstance()
234 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance()
[all …]
Dcjx_form.cpp45 CXFA_ArrayNodeList* pFormNodes = new CXFA_ArrayNodeList(GetDocument()); in formNodes()
49 GetDocument()->GetScriptContext()->GetJSValueFromMap(pFormNodes); in formNodes()
60 GetDocument()->DoDataRemerge(true); in remerge()
70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
80 GetDocument()->GetScriptContext()->GetEventParam(); in recalculate()
88 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate()
104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
116 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_tree.cpp39 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in resolveNode()
60 GetDocument()->GetScriptContext()->GetJSValueFromMap(pObject); in resolveNode()
89 refNode = GetDocument()->GetScriptContext()->GetThisObject(); in resolveNodes()
91 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in resolveNodes()
139 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in nodes()
150 new CXFA_AttachNodeList(GetDocument(), ToNode(GetXFAObject())); in nodes()
168 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(pParent)); in parent()
207 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in ResolveNodeList()
216 CXFA_ArrayNodeList* pNodeList = new CXFA_ArrayNodeList(GetDocument()); in ResolveNodeList()
Dcjx_layoutpseudomodel.cpp59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready()
90 CXFA_LayoutProcessor* pDocLayout = GetDocument()->GetDocLayout(); in HWXY()
154 CXFA_LayoutProcessor* pDocLayout = GetDocument()->GetDocLayout(); in NumberedPageCount()
192 CXFA_LayoutProcessor* pDocLayout = GetDocument()->GetDocLayout(); in pageSpan()
364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
368 CXFA_LayoutProcessor* pDocLayout = GetDocument()->GetDocLayout(); in pageContent()
372 auto pArrayNodeList = pdfium::MakeUnique<CXFA_ArrayNodeList>(GetDocument()); in pageContent()
379 GetDocument()->GetScriptContext()->GetJseNormalClass()->GetTemplate())); in pageContent()
403 CXFA_Node* pRootNode = GetDocument()->GetRoot(); in relayout()
407 CXFA_LayoutProcessor* pLayoutProcessor = GetDocument()->GetLayoutProcessor(); in relayout()
[all …]
Dcjx_exclgroup.cpp50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
74 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
103 GetDocument()->GetScriptContext()->GetJSValueFromMap(pReturnNode); in selectedMember()
124 XFA_VERSION curVersion = GetDocument()->GetCurVersionMode(); in defaultValue()
Dcjx_xfa.cpp24 CXFA_Object* pThis = GetDocument()->GetScriptContext()->GetThisObject(); in thisValue()
26 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(pThis)); in thisValue()
Dcjx_container.cpp36 CXFA_ArrayNodeList* pFormNodes = new CXFA_ArrayNodeList(GetDocument()); in getDeltas()
39 GetDocument()->GetScriptContext()->GetJseNormalClass()->GetTemplate())); in getDeltas()
Dcjx_eventpseudomodel.cpp156 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in emit()
164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
179 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in reset()
194 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in Property()
Dcjx_node.cpp140 GetDocument()->GetScriptContext()->GetJSValueFromMap(pCloneNode); in clone()
172 GetDocument()->GetScriptContext()->GetJSValueFromMap(pNode); in getElement()
219 auto pParser = pdfium::MakeUnique<CXFA_SimpleParser>(GetDocument()); in loadXML()
416 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap( in model()
455 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap( in oneOfChild()
462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
Dcjx_object.cpp138 CXFA_Document* CJX_Object::GetDocument() const { in GetDocument() function in CJX_Object
139 return object_->GetDocument(); in GetDocument()
176 return it->second(this, GetXFAObject()->GetDocument()->GetScriptContext(), in RunMethod()
858 CFXJSE_Engine* pScriptContext = GetDocument()->GetScriptContext(); in TryContent()
860 GetDocument()->GetScriptContext()->AddNodesOfRunScript( in TryContent()
941 pNewNode = GetDocument()->CreateNode(xfaNode->GetPacketType(), eProperty); in GetOrCreatePropertyInternal()
1190 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging()
1226 ToNode(GetDocument()->GetXFAObject(XFA_HASHCODE_Template)); in Script_Attribute_String()
1243 bool iRet = GetDocument()->GetScriptContext()->ResolveObjects( in Script_Attribute_String()
1253 pProtoNode = GetDocument()->GetNodeByID(pProtoRoot, wsID.AsStringView()); in Script_Attribute_String()
[all …]
Dcjx_subform.cpp48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
/external/tinyxml/
Dtinyxmlparser.cpp805 TiXmlDocument* doc = GetDocument(); in Identify()
895 TiXmlDocument* document = GetDocument(); in StreamIn()
956 TiXmlDocument* document = GetDocument(); in StreamIn()
985 TiXmlDocument* document = GetDocument(); in StreamIn()
1017 TiXmlDocument* document = GetDocument(); in Parse()
1136 TiXmlDocument* document = GetDocument(); in ReadValue()
1214 TiXmlDocument* document = GetDocument(); in StreamIn()
1233 TiXmlDocument* document = GetDocument(); in Parse()
1272 TiXmlDocument* document = GetDocument(); in StreamIn()
1294 TiXmlDocument* document = GetDocument(); in Parse()
[all …]
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp912 TiXmlDocument* document = GetDocument(); in StreamIn()
974 TiXmlDocument* document = GetDocument(); in StreamIn()
1014 TiXmlDocument* document = GetDocument(); in StreamIn()
1046 TiXmlDocument* document = GetDocument(); in Parse()
1181 TiXmlDocument* document = GetDocument(); in ReadValue()
1258 TiXmlDocument* document = GetDocument(); in StreamIn()
1277 TiXmlDocument* document = GetDocument(); in Parse()
1317 TiXmlDocument* document = GetDocument(); in StreamIn()
1339 TiXmlDocument* document = GetDocument(); in Parse()
1477 TiXmlDocument* document = GetDocument(); in StreamIn()
[all …]
Dtinyxml.cpp189 assert( node->GetDocument() == 0 || node->GetDocument() == this->GetDocument() ); in LinkEndChild()
194 if ( GetDocument() ) in LinkEndChild()
195 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in LinkEndChild()
218 if ( GetDocument() ) in InsertEndChild()
219 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertEndChild()
237 if ( GetDocument() ) in InsertBeforeChild()
238 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertBeforeChild()
270 if ( GetDocument() ) in InsertAfterChild()
271 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN ); in InsertAfterChild()
306 TiXmlDocument* document = GetDocument(); in ReplaceChild()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_containerlayoutitem.cpp20 return m_pFormNode->GetDocument()->GetLayoutProcessor(); in GetLayout()
24 return m_pFormNode->GetDocument() in GetPageIndex()
Dcxfa_layoutpagemgr.cpp151 CXFA_Document* pDocument = pPageSetRoot->GetDocument(); in ResolveBreakTarget()
245 return pTestScript->GetDocument()->GetNotify()->RunScript( in RunBreakTestScript()
330 CXFA_Document* pDocument = pTemplateNode->GetDocument(); in InitLayoutPage()
582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem()
891 CXFA_Document* pDocument = pBreakNode->GetDocument(); in ProcessBreakBeforeOrAfter()
924 CXFA_Document* pDocument = pBookendNode->GetDocument(); in ProcessBookendLeaderOrTrailer()
1043 CXFA_Document* pDocument = pCurNode->GetDocument(); in ProcessOverflow()
1628 m_pTemplatePageSetRoot->GetDocument()->GetNotify(); in SaveLayoutItem()
1630 m_pTemplatePageSetRoot->GetDocument()->GetDocLayout(); in SaveLayoutItem()
1689 CXFA_Document* pDocument = m_pTemplatePageSetRoot->GetDocument(); in MergePageSetContents()
[all …]
Dcxfa_thisproxy.cpp14 : CXFA_Object(pThisNode->GetDocument(), in CXFA_ThisProxy()
Dcxfa_layoutitem.cpp19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem()
21 pLayoutItem->m_pFormNode->GetDocument()->GetDocLayout(); in XFA_ReleaseLayoutItem()
/external/pdfium/fxjs/
Dcfxjse_engine.cpp177 CXFA_Document* pDoc = lpOrginalNode->GetDocument(); in GlobalPropertySetter()
210 CXFA_Document* pDoc = pOriginalObject->GetDocument(); in GlobalPropertyGetter()
222 lpScriptContext->GetDocument()->GetXFAObject(uHashCode); in GlobalPropertyGetter()
270 CFXJSE_Engine* lpScriptContext = pObject->GetDocument()->GetScriptContext(); in GlobalPropTypeGetter()
290 pOriginalObject->GetDocument()->GetScriptContext(); in NormalPropertyGetter()
294 lpScriptContext->GetDocument()->GetRoot()); in NormalPropertyGetter()
335 pOriginalObject->GetDocument()->GetScriptContext(); in NormalPropertySetter()
387 CFXJSE_Engine* lpScriptContext = pObject->GetDocument()->GetScriptContext(); in NormalPropTypeGetter()
408 CFXJSE_Engine* lpScriptContext = pObject->GetDocument()->GetScriptContext(); in NormalMethodCall()
/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp307 if (that.m_pTransferFunc && that.m_pTransferFunc->GetDocument()) { in StateData()
309 that.m_pTransferFunc->GetDocument()->GetRenderData(); in StateData()
316 if (m_pTransferFunc && m_pTransferFunc->GetDocument()) { in ~StateData()
318 m_pTransferFunc->GetDocument()->GetRenderData(); in ~StateData()
Dcpdf_color.cpp47 CPDF_Document* pDoc = m_pCS->GetDocument(); in ReleaseColorSpace()
128 CPDF_Document* pDoc = m_pCS->GetDocument(); in Copy()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp91 CPDF_Document* pDocument = GetDocument(); in FindFontSameCharset()
107 CPDF_Document* CBA_FontMap::GetDocument() { in GetDocument() function in CBA_FontMap
121 CPDF_Document* pDocument = GetDocument(); in FindResFontSameCharset()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp181 CPDF_Form form(m_pField->GetForm()->GetDocument(), in DrawControl()
291 m_pField->GetForm()->GetDocument()->LoadFont(pElement); in GetDefaultControlFont()
308 m_pField->GetForm()->GetDocument()->LoadFont(pElement); in GetDefaultControlFont()
Dcpdf_bookmarktree.h22 CPDF_Document* GetDocument() const { return m_pDocument.Get(); } in GetDocument() function

1234