Home
last modified time | relevance | path

Searched refs:m_pRoot (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp75 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category); in CPDF_NameTree()
195 if (m_pRoot == NULL) { in GetCount()
198 return ::CountNames(m_pRoot); in GetCount()
202 if (m_pRoot == NULL) { in GetIndex()
206 if (SearchNameNode(m_pRoot, csName, nIndex, NULL) == NULL) { in GetIndex()
213 if (m_pRoot == NULL) { in LookupValue()
217 return SearchNameNode(m_pRoot, nIndex, nCurIndex, csName, NULL); in LookupValue()
221 if (m_pRoot == NULL) { in LookupValue()
225 return SearchNameNode(m_pRoot, csName, nIndex, NULL); in LookupValue()
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp649 m_pRoot = NULL; in CPDF_LayoutProvider_TaggedPDF()
657 if(m_pRoot) { in ~CPDF_LayoutProvider_TaggedPDF()
658 delete m_pRoot; in ~CPDF_LayoutProvider_TaggedPDF()
660 m_pRoot = NULL; in ~CPDF_LayoutProvider_TaggedPDF()
732 m_pRoot = FX_NEW CPDF_LayoutElement; in StartLoad()
733 if (!m_pRoot) { in StartLoad()
740 ProcessElement(m_pRoot, pElement); in StartLoad()
763 ProcessElement(m_pRoot, pElement); in Continue()
Dlayoutprovider_taggedpdf.h69 return m_pRoot; in GetRoot()
76 CPDF_LayoutElement* m_pRoot; variable
Dautoreflow.h85 return m_pRoot; in GetRoot()
108 CPDF_AutoReflowElement* m_pRoot; variable
Dautoreflow.cpp152 m_pRoot = NULL; in CPDF_AutoReflowLayoutProvider()
161 ReleaseElm(m_pRoot); in ~CPDF_AutoReflowLayoutProvider()
241 CPDF_AutoReflowElement* pParent = m_pRoot; in CreateElement()
722 m_pRoot = FX_NEW CPDF_AutoReflowElement(LayoutDocument); in StartLoad()
723 if(!m_pRoot) { in StartLoad()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h51 m_pRoot = pRoot; in CPDF_NameTree()
69 return m_pRoot; in GetRoot()
74 CPDF_Dictionary* m_pRoot;
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h844 m_pRoot = pRoot; in CPDF_NumberTree()
850 CPDF_Dictionary* m_pRoot;
1035 CPDF_Object *m_pRoot; variable
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp452 return SearchNumberNode(m_pRoot, num); in LookupValue()
Dfpdf_parser_parser.cpp2743 m_pRoot = NULL; in CPDF_DataAvail()
2762 if (m_pRoot) { in ~CPDF_DataAvail()
2763 m_pRoot->Release(); in ~CPDF_DataAvail()
3123 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()
3128 if (!m_pRoot) { in CheckRoot()
3135 CPDF_Reference* pRef = (CPDF_Reference*)m_pRoot->GetDict()->GetElement(FX_BSTRC("Pages")); in CheckRoot()
3141 …CPDF_Reference* pAcroFormRef = (CPDF_Reference*)m_pRoot->GetDict()->GetElement(FX_BSTRC("AcroForm"… in CheckRoot()