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

1 2 3 4

  /external/pdfium/core/fpdfdoc/
cpdf_metadata.h 20 const CXML_Element* GetRoot() const;
cpdf_metadata.cpp 15 CPDF_Dictionary* pRoot = pDoc->GetRoot();
30 const CXML_Element* CPDF_Metadata::GetRoot() const {
cpdf_bookmarktree.cpp 17 CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
cpdf_nametree.h 28 CPDF_Dictionary* GetRoot() const { return m_pRoot; }
cpdf_pagelabel.cpp 85 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
125 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot();
cpdf_viewerpreferences.cpp 58 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
cpvt_fontmap.cpp 36 CPDF_Dictionary* pFormDict = pDoc->GetRoot()->GetDictFor("AcroForm");
cpdf_action.cpp 93 CPDF_Dictionary* pRoot = pDoc->GetRoot();
cpdf_nametree.cpp 142 CPDF_Dictionary* pRoot = pDoc->GetRoot();
186 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDictFor("Dests");
doc_tagged.cpp 28 CPDF_Dictionary* pCatalog = pDoc->GetRoot();
59 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")),
cpdf_annotlist.cpp 73 CPDF_Dictionary* pRoot = m_pDocument->GetRoot();
  /external/pdfium/core/fpdfapi/parser/
cfdf_document.h 30 CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
cpdf_document.h 52 CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
  /external/pdfium/testing/libfuzzer/
pdf_xml_fuzzer.cc 25 CFDE_XMLNode* pXMLFakeRoot = pXMLDoc->GetRoot();
60 if (!doc->LoadXML(pdfium::MakeUnique<CXFA_XMLParser>(doc->GetRoot(), stream)))
  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 129 CPDF_Dictionary* pRootDict = pDoc->GetRoot();
160 const CXML_Element* pElement = metaData.GetRoot();
177 CPDF_Dictionary* pRoot = pDoc->GetRoot();
fpdfppo.cpp 154 CPDF_Dictionary* pNewRoot = m_pDestPDFDoc->GetRoot();
379 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot();
384 CPDF_Dictionary* pDstDict = pDstDoc->GetRoot();
  /external/flatbuffers/grpc/tests/
grpctest.cpp 36 request->GetRoot()->name()->str()));
110 auto resp = response.GetRoot()->id();
  /external/toolchain-utils/
remote_test.py 52 version_dir_path, script_name = misc.GetRoot(sys.argv[0])
53 version_dir = misc.GetRoot(version_dir_path)[1]
tc_enter_chroot.py 171 last_dir = misc.GetRoot(tc_dir)[1]
205 last_dir = misc.GetRoot(version_dir)[1]
289 real_from_file = misc.GetRoot(link_name)[0] + '/' + target
  /external/pdfium/xfa/fxfa/app/
xfa_ffdochandler.cpp 26 return pScriptContext->GetJSValueFromMap(pXFADoc->GetRoot());
xfa_ffdoc.cpp 301 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot();
373 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot();
422 CXFA_Node* pNode = code == XFA_HASHCODE_Xfa ? doc->GetRoot()
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.h 65 CXFA_Node* GetRoot() const { return m_pRootNode; }
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 92 CPDF_Dictionary* pRootDict = pDocument->GetRoot();
201 if (CPDF_Dictionary* pRootDict = m_pDocument->GetRoot())
  /external/v8/src/
lookup.h 51 : LookupIterator(isolate, receiver, name, GetRoot(isolate, receiver),
83 GetRoot(isolate, receiver, index), configuration) {}
340 inline static Handle<JSReceiver> GetRoot(Isolate* isolate,
  /external/toolchain-utils/cros_utils/
logger.py 12 #TODO(yunlian@google.com): Use GetRoot from misc
13 def GetRoot(scr_name):
345 rootdir, basefilename = GetRoot(script_name)

Completed in 1150 milliseconds

1 2 3 4