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

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 71 return m_pRoot;
78 CPDF_LayoutElement* m_pRoot;
autoreflow.h 87 return m_pRoot;
110 CPDF_AutoReflowElement* m_pRoot;
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 76 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
84 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {}
208 m_pRoot = 0;
215 chunk_type* cur = m_pRoot, *prev;
227 bool empty() const { return (m_pRoot == 0); }
233 m_pRoot = new chunk_type();
234 m_pCurrent = m_pRoot;
247 chunk_type* m_pRoot;
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 810 m_pRoot = pRoot;
816 CPDF_Dictionary* m_pRoot;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 49 m_pRoot = pRoot;
67 return m_pRoot;
72 CPDF_Dictionary* m_pRoot;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 1072 milliseconds