/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 76 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 …]
|
D | cjx_instancemanager.cpp | 94 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 …]
|
D | cjx_form.cpp | 45 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()
|
D | cjx_tree.cpp | 39 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()
|
D | cjx_layoutpseudomodel.cpp | 59 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 …]
|
D | cjx_exclgroup.cpp | 50 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()
|
D | cjx_xfa.cpp | 24 CXFA_Object* pThis = GetDocument()->GetScriptContext()->GetThisObject(); in thisValue() 26 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(pThis)); in thisValue()
|
D | cjx_container.cpp | 36 CXFA_ArrayNodeList* pFormNodes = new CXFA_ArrayNodeList(GetDocument()); in getDeltas() 39 GetDocument()->GetScriptContext()->GetJseNormalClass()->GetTemplate())); in getDeltas()
|
D | cjx_eventpseudomodel.cpp | 156 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()
|
D | cjx_node.cpp | 140 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()
|
D | cjx_object.cpp | 138 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 …]
|
D | cjx_subform.cpp | 48 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/ |
D | tinyxmlparser.cpp | 805 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/ |
D | tinyxmlparser.cpp | 912 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 …]
|
D | tinyxml.cpp | 189 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/ |
D | cxfa_containerlayoutitem.cpp | 20 return m_pFormNode->GetDocument()->GetLayoutProcessor(); in GetLayout() 24 return m_pFormNode->GetDocument() in GetPageIndex()
|
D | cxfa_layoutpagemgr.cpp | 151 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 …]
|
D | cxfa_thisproxy.cpp | 14 : CXFA_Object(pThisNode->GetDocument(), in CXFA_ThisProxy()
|
D | cxfa_layoutitem.cpp | 19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem() 21 pLayoutItem->m_pFormNode->GetDocument()->GetDocLayout(); in XFA_ReleaseLayoutItem()
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 177 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/ |
D | cpdf_generalstate.cpp | 307 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()
|
D | cpdf_color.cpp | 47 CPDF_Document* pDoc = m_pCS->GetDocument(); in ReleaseColorSpace() 128 CPDF_Document* pDoc = m_pCS->GetDocument(); in Copy()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cba_fontmap.cpp | 91 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/ |
D | cpdf_formcontrol.cpp | 181 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()
|
D | cpdf_bookmarktree.h | 22 CPDF_Document* GetDocument() const { return m_pDocument.Get(); } in GetDocument() function
|