HomeSort by relevance Sort by last modified time
    Searched refs:m_pTreeRoot (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 45 m_pTreeRoot = pCatalog->GetDict(FX_BSTRC("StructTreeRoot"));
46 if (m_pTreeRoot == NULL) {
49 m_pRoleMap = m_pTreeRoot->GetDict(FX_BSTRC("RoleMap"));
61 if (m_pTreeRoot == NULL) {
64 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
92 if (m_pTreeRoot == NULL) {
95 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
113 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDict(FX_BSTRC("ParentTree"));
176 CPDF_Object *pObj = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
382 CPDF_Dictionary* pClassMap = m_pTree->m_pTreeRoot->GetDict(FX_BSTRC("ClassMap"));
    [all...]
tagged_int.h 29 const CPDF_Dictionary* m_pTreeRoot;

Completed in 107 milliseconds