/external/pdfium/core/src/fpdfdoc/ |
D | doc_viewerPreferences.cpp | 16 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in IsDirectionR2L() 25 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in PrintScaling() 34 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in NumCopies() 43 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in PrintPageRange() 54 CPDF_Dictionary *pDict = m_pDoc->GetRoot(); in Duplex()
|
D | doc_basic.cpp | 77 if (pDoc->GetRoot() && pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))) in CPDF_NameTree() 78 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category); in CPDF_NameTree() 236 CPDF_Dictionary* pDests = pDoc->GetRoot()->GetDict(FX_BSTRC("Dests")); in LookupNamedDest() 511 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot(); in GetLabel() 548 CPDF_Dictionary* pPDFRoot = m_pDocument->GetRoot(); in GetPageByLabel()
|
D | doc_metadata.cpp | 55 CPDF_Dictionary *pRoot = pDoc->GetRoot(); in LoadDoc() 141 CXML_Element* CPDF_Metadata::GetRoot() const in GetRoot() function in CPDF_Metadata
|
D | doc_bookmark.cpp | 15 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines"); in GetFirstChild()
|
D | doc_tagged.cpp | 14 CPDF_Dictionary* pCatalog = pDoc->GetRoot(); in IsTagged() 38 CPDF_Dictionary* pCatalog = pDoc->GetRoot(); in CPDF_StructTreeImpl()
|
D | doc_action.cpp | 84 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in GetURI()
|
D | doc_ocg.cpp | 52 CPDF_Dictionary *pOCProperties = pDoc->GetRoot()->GetDict(FX_BSTRC("OCProperties")); in FPDFDOC_OCG_GetConfig()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 163 CPDF_Dictionary * pRootDict = pDoc->GetRoot(); in CheckUnSupportError() 203 CXML_Element * pElement = metaData.GetRoot(); in CheckUnSupportError() 219 CPDF_Dictionary *pRoot = ((CPDF_Document*)document)->GetRoot(); in FPDFDoc_GetPageMode()
|
D | fpdfppo.cpp | 41 CPDF_Dictionary* pNewRoot = pDestPDFDoc->GetRoot(); in PDFDocInit() 456 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot(); in FPDF_CopyViewerPreferences() 461 CPDF_Dictionary* pDstDict = pDstDoc->GetRoot(); in FPDF_CopyViewerPreferences()
|
D | fpdfview.cpp | 805 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_CountNamedDests() 835 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetNamedDest()
|
D | fpdfformfill.cpp | 366 CPDF_Dictionary* pDic = pDoc->GetRoot(); in FORM_DoDocumentAAction()
|
/external/v8/src/ |
D | lookup.h | 54 holder_ = GetRoot(); in configuration_() 98 Handle<JSReceiver> GetRoot() const;
|
D | lookup.cc | 45 Handle<JSReceiver> LookupIterator::GetRoot() const { in GetRoot() function in v8::internal::LookupIterator
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 161 CPDF_Dictionary* pRoot = GetRoot(); in GetPage() 242 CPDF_Dictionary* pRoot = GetRoot(); in GetPageIndex() 287 CPDF_Dictionary* pRoot = GetRoot(); in _GetPageCount()
|
D | fpdf_parser_parser.cpp | 210 if (m_pDocument->GetRoot() == NULL || m_pDocument->GetPageCount() == 0) { in StartParse() 223 if (m_pDocument->GetRoot() == NULL) { in StartParse() 242 …CPDF_Reference* pMetadata = (CPDF_Reference*)m_pDocument->GetRoot()->GetElement(FX_BSTRC("Metadata… in StartParse() 1003 CPDF_Dictionary * pDict = m_pDocument->GetRoot(); in LoadCrossRefV5() 1588 if (m_pDocument->GetRoot() == NULL || m_pDocument->GetPageCount() == 0) { in StartAsynParse() 1601 if (m_pDocument->GetRoot() == NULL) { in StartAsynParse() 1620 CPDF_Object* pMetadata = m_pDocument->GetRoot()->GetElement(FX_BSTRC("Metadata")); in StartAsynParse() 3418 CPDF_Dictionary *pRoot = m_pDocument->GetRoot(); in PreparePageItem() 4580 CPDF_Dictionary *pRoot = m_pDocument->GetRoot(); in IsFormAvail()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 101 CPDF_Dictionary * pRootDict = pDocument->GetRoot(); in FindFontSameCharset() 237 if (CPDF_Dictionary * pRootDict = m_pDocument->GetRoot()) in GetAnnotDefaultFont()
|
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.h | 69 IPDF_LayoutElement* GetRoot() in GetRoot() function
|
D | autoreflow.h | 85 IPDF_LayoutElement* GetRoot() in GetRoot() function
|
D | reflowedpage.cpp | 310 …if(m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), m_pPause, &matrix) != LayoutToBeContinued… in Continue() 393 …if((status = m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), pPause, &matrix)) != LayoutToBe… in Start()
|
/external/lldb/source/Core/ |
D | ValueObjectChild.cpp | 230 ValueObject* root(GetRoot()); in IsInScope()
|
/external/pdfium/core/include/reflow/ |
D | fpdf_layout.h | 279 virtual IPDF_LayoutElement* GetRoot() = 0;
|
/external/v8/include/ |
D | v8-profiler.h | 316 const HeapGraphNode* GetRoot() const;
|
D | v8.h | 5928 V8_INLINE static internal::Object** GetRoot(v8::Isolate* isolate, 6229 *value_ = *I::GetRoot(GetIsolate(), root_index); 6236 *value_ = *I::GetRoot(GetIsolate(), I::kNullValueRootIndex); 6243 *value_ = *I::GetRoot(GetIsolate(), I::kUndefinedValueRootIndex); 6250 *value_ = *I::GetRoot(GetIsolate(), I::kEmptyStringRootIndex); 6449 S* slot = I::GetRoot(isolate, I::kEmptyStringRootIndex); 6816 S* slot = I::GetRoot(isolate, I::kUndefinedValueRootIndex); 6825 S* slot = I::GetRoot(isolate, I::kNullValueRootIndex); 6834 S* slot = I::GetRoot(isolate, I::kTrueValueRootIndex); 6843 S* slot = I::GetRoot(isolate, I::kFalseValueRootIndex);
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 101 CHECK_EQ(2, snapshot->GetRoot()->GetChildrenCount()); in GetGlobalObject() 104 snapshot->GetRoot()->GetChild(1)->GetToNode(); in GetGlobalObject() 839 const v8::HeapGraphNode* root1 = snapshot->GetRoot(); in TEST() 842 const v8::HeapGraphNode* root2 = snapshot->GetRoot(); in TEST() 1289 const v8::HeapGraphNode* root = snapshot->GetRoot(); in TEST() 1496 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "aaa-group"); in TEST() 1505 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "ccc-group"); in TEST() 2046 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "(GC roots)"); in HasWeakGlobalHandle() 2107 const v8::HeapGraphNode* root = snapshot->GetRoot(); in TEST() 2133 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "(GC roots)"); in TEST() [all …]
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 67 CPDF_Dictionary* GetRoot() const in GetRoot() function 783 CPDF_Dictionary* GetRoot() const in GetRoot() function
|