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

  /external/pdfium/core/fpdfdoc/
cpdf_numbertree.h 23 UnownedPtr<CPDF_Dictionary> const m_pRoot;
cpdf_nametree.h 36 CPDF_Dictionary* GetRoot() const { return m_pRoot.Get(); }
39 UnownedPtr<CPDF_Dictionary> m_pRoot;
cpdf_nametree.cpp 299 CPDF_NameTree::CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {}
303 : m_pRoot(nullptr) {
312 m_pRoot = pNames->GetDictFor(category);
318 return m_pRoot ? CountNamesInternal(m_pRoot.Get(), 0) : 0;
322 if (!m_pRoot)
326 if (!SearchNameNodeByName(m_pRoot.Get(), csName, 0, &nIndex, nullptr,
335 if (!m_pRoot)
342 if (SearchNameNodeByName(m_pRoot.Get(), name, 0, &nIndex, &pFind,
354 SearchNameNodeByIndex(m_pRoot.Get(), 0, 0, &nCurIndex, &csName, &pFind
    [all...]
cpdf_numbertree.cpp 50 CPDF_NumberTree::CPDF_NumberTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {}
55 return SearchNumberNode(m_pRoot.Get(), num);
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodeiteratortemplate.h 14 : m_pRoot(pRoot), m_pCurrent(pRoot) {}
16 NodeType* GetRoot() const { return m_pRoot; }
19 void Reset() { m_pCurrent = m_pRoot; }
30 if (!m_pRoot)
33 m_pCurrent = LastDescendant(m_pRoot);
50 if (!m_pRoot || !m_pCurrent)
61 if (!m_pRoot)
80 if (pNode == m_pRoot)
86 if (!pNode || pNode == m_pRoot)
92 if (pNode == m_pRoot)
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmldoc.h 26 CFX_XMLNode* GetRoot() const { return m_pRoot.get(); }
32 std::unique_ptr<CFX_XMLNode> m_pRoot;
cfx_xmldoc.cpp 22 : m_iStatus(0), m_pRoot(pdfium::MakeUnique<CFX_XMLNode>()) {
23 m_pRoot->InsertChildNode(new CFX_XMLInstruction(L"xml"));
34 m_pRoot->DeleteChildren();
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.h 170 std::unique_ptr<CPDF_Object> m_pRoot;
cpdf_data_avail.cpp 246 m_pRoot = GetObject(m_dwRootObjNum, &bExist);
252 if (!m_pRoot) {
260 CPDF_Dictionary* pDict = m_pRoot->GetDict();

Completed in 653 milliseconds