HomeSort by relevance Sort by last modified time
    Searched refs:GetRoot (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 13 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();
doc_metadata.cpp 11 CPDF_Dictionary* pRoot = pDoc->GetRoot();
26 const CXML_Element* CPDF_Metadata::GetRoot() const {
doc_bookmark.cpp 15 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines");
doc_basic.cpp 66 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();
doc_tagged.cpp 14 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
36 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
doc_action.cpp 81 CPDF_Dictionary* pRoot = pDoc->GetRoot();
doc_ocg.cpp 48 CPDF_Dictionary* pOCProperties = pDoc->GetRoot()->GetDict("OCProperties");
doc_form.cpp 233 CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
1052 CPDF_Dictionary* pMainDict = pDoc->GetRoot()->GetDict("FDF");
    [all...]
doc_annot.cpp 19 CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 145 CPDF_Dictionary* pRootDict = pDoc->GetRoot();
177 const CXML_Element* pElement = metaData.GetRoot();
196 CPDF_Dictionary* pRoot = pDoc->GetRoot();
fpdfppo.cpp 43 CPDF_Dictionary* pNewRoot = pDestPDFDoc->GetRoot();
396 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot();
401 CPDF_Dictionary* pDstDict = pDstDoc->GetRoot();
fpdfsave.cpp 87 CPDF_Dictionary* pRoot = pPDFDocument->GetRoot();
fpdfview.cpp 342 CPDF_Dictionary* pRoot = pdfDoc->GetRoot();
1047 CPDF_Dictionary* pRoot = pDoc->GetRoot();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 161 CPDF_Dictionary* pRoot = GetRoot();
245 CPDF_Dictionary* pRoot = GetRoot();
287 CPDF_Dictionary* pRoot = GetRoot();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 84 CPDF_Dictionary* pRootDict = pDocument->GetRoot();
216 if (CPDF_Dictionary* pRootDict = m_pDocument->GetRoot())
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 148 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();
xfa_ffdochandler.cpp 75 return pScriptContext->GetJSValueFromMap(pXFADoc->GetRoot());
  /external/v8/src/
lookup.h 59 holder_(GetRoot(isolate_, receiver)),
105 holder_(GetRoot(isolate, receiver, index)),
313 inline static Handle<JSReceiver> GetRoot(Isolate* isolate,
  /external/v8/include/
v8-profiler.h 350 const HeapGraphNode* GetRoot() const;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py 116 root_context = context.GetRoot()
  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 184 virtual IFDE_XMLNode* GetRoot() const = 0;
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_document.h 140 CXFA_Node* GetRoot() const { return m_pRootNode; }
xfa_utils.h 60 NodeType* GetRoot() const { return m_pRoot; }
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 273 lpScriptContext->GetDocument()->GetRoot());
434 m_pDocument->GetRoot());
634 findNodes.Add(m_pDocument->GetRoot());
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 99 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();
    [all...]

Completed in 294 milliseconds

1 2 3