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

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 69 return m_pRoot;
76 CPDF_LayoutElement* m_pRoot;
autoreflow.h 85 return m_pRoot;
108 CPDF_AutoReflowElement* m_pRoot;
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 75 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
83 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 110 : m_pRoot(0),
225 m_pRoot = 0;
232 chunk_type *cur = m_pRoot, *prev;
245 return (0 == m_pRoot);
253 m_pRoot = new chunk_type();
254 m_pCurrent = m_pRoot;
267 chunk_type *m_pRoot;
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 844 m_pRoot = pRoot;
850 CPDF_Dictionary* m_pRoot;
1035 CPDF_Object *m_pRoot;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 51 m_pRoot = pRoot;
69 return m_pRoot;
74 CPDF_Dictionary* m_pRoot;
    [all...]

Completed in 546 milliseconds