Searched refs:GetRoot (Results 1 - 25 of 50) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_viewerPreferences.cpp13 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
21 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
29 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
37 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
47 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
H A Ddoc_metadata.cpp11 CPDF_Dictionary* pRoot = pDoc->GetRoot();
26 const CXML_Element* CPDF_Metadata::GetRoot() const { function in class:CPDF_Metadata
H A Ddoc_bookmark.cpp15 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines");
H A Ddoc_basic.cpp66 if (pDoc->GetRoot() && pDoc->GetRoot()->GetDict("Names"))
67 m_pRoot = pDoc->GetRoot()->GetDict("Names")->GetDict(category);
227 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDict("Dests");
474 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
510 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
H A Ddoc_tagged.cpp14 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
36 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
H A Ddoc_action.cpp81 CPDF_Dictionary* pRoot = pDoc->GetRoot();
H A Ddoc_ocg.cpp48 CPDF_Dictionary* pOCProperties = pDoc->GetRoot()->GetDict("OCProperties");
H A Ddoc_form.cpp233 CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
1052 CPDF_Dictionary* pMainDict = pDoc->GetRoot()->GetDict("FDF");
1207 CPDF_Dictionary* pMainDict = pFDF->GetRoot()->GetDict("FDF");
/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp145 CPDF_Dictionary* pRootDict = pDoc->GetRoot();
177 const CXML_Element* pElement = metaData.GetRoot();
196 CPDF_Dictionary* pRoot = pDoc->GetRoot();
H A Dfpdfppo.cpp43 CPDF_Dictionary* pNewRoot = pDestPDFDoc->GetRoot();
396 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot();
401 CPDF_Dictionary* pDstDict = pDstDoc->GetRoot();
H A Dfpdfsave.cpp87 CPDF_Dictionary* pRoot = pPDFDocument->GetRoot();
H A Dfpdfview.cpp342 CPDF_Dictionary* pRoot = pdfDoc->GetRoot();
1047 CPDF_Dictionary* pRoot = pDoc->GetRoot();
1144 CPDF_Dictionary* pRoot = pDoc->GetRoot();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp161 CPDF_Dictionary* pRoot = GetRoot();
245 CPDF_Dictionary* pRoot = GetRoot();
287 CPDF_Dictionary* pRoot = GetRoot();
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdochandler.cpp75 return pScriptContext->GetJSValueFromMap(pXFADoc->GetRoot());
H A Dxfa_ffdoc.cpp148 if (pRootNode && m_pDocument->GetRoot()) {
149 XFA_XPDPacket_MergeRootNode(m_pDocument->GetRoot(), pRootNode);
224 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot();
334 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot();
421 pNode = m_pDocument->GetRoot();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp84 CPDF_Dictionary* pRootDict = pDocument->GetRoot();
216 if (CPDF_Dictionary* pRootDict = m_pDocument->GetRoot())
/external/v8/src/
H A Dlookup.h59 holder_(GetRoot(isolate_, receiver)),
105 holder_(GetRoot(isolate, receiver, index)),
313 inline static Handle<JSReceiver> GetRoot(Isolate* isolate, function in class:v8::internal::BASE_EMBEDDED
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Daliaspass.py116 root_context = context.GetRoot()
H A Decmametadatapass.py165 def GetRoot(self): member in class:EcmaContext
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_document.h140 CXFA_Node* GetRoot() const { return m_pRootNode; } function in class:CXFA_Document
H A Dxfa_utils.h60 NodeType* GetRoot() const { return m_pRoot; } function in class:CXFA_NodeIteratorTemplate
/external/v8/include/
H A Dv8-profiler.h350 const HeapGraphNode* GetRoot() const;
/external/pdfium/xfa/src/fdp/include/
H A Dfde_xml.h184 virtual IFDE_XMLNode* GetRoot() const = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_imp.cpp273 lpScriptContext->GetDocument()->GetRoot());
434 m_pDocument->GetRoot());
634 findNodes.Add(m_pDocument->GetRoot());
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc99 CHECK_EQ(2, snapshot->GetRoot()->GetChildrenCount());
102 snapshot->GetRoot()->GetChild(1)->GetToNode();
838 const v8::HeapGraphNode* root1 = snapshot->GetRoot();
841 const v8::HeapGraphNode* root2 = snapshot->GetRoot();
1310 const v8::HeapGraphNode* root = snapshot->GetRoot();
1512 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "aaa-group");
1521 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "ccc-group");
2103 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "(GC roots)");
2162 const v8::HeapGraphNode* root = snapshot->GetRoot();
2187 snapshot->GetRoot(), v
[all...]

Completed in 861 milliseconds

12