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

  /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;
  /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;
layoutprovider_taggedpdf.cpp 646 m_pRoot = NULL;
654 if(m_pRoot) {
655 delete m_pRoot;
657 m_pRoot = NULL;
725 m_pRoot = new CPDF_LayoutElement;
729 ProcessElement(m_pRoot, pElement);
752 ProcessElement(m_pRoot, pElement);
autoreflow.cpp 152 m_pRoot = NULL;
161 ReleaseElm(m_pRoot);
241 CPDF_AutoReflowElement* pParent = m_pRoot;
721 m_pRoot = new CPDF_AutoReflowElement(LayoutDocument);
  /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;
GCFactory.h 154 iterator begin() { return iterator(Alloc::m_pRoot, 0); }
156 const_iterator begin() const { return const_iterator(Alloc::m_pRoot, 0); }
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 78 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category);
80 m_pRoot = NULL;
200 if (m_pRoot == NULL) {
203 return ::CountNames(m_pRoot);
207 if (m_pRoot == NULL) {
211 if (SearchNameNode(m_pRoot, csName, nIndex, NULL) == NULL) {
218 if (m_pRoot == NULL) {
222 return SearchNameNode(m_pRoot, nIndex, nCurIndex, csName, NULL);
226 if (m_pRoot == NULL) {
230 return SearchNameNode(m_pRoot, csName, nIndex, NULL)
    [all...]
  /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_utility.cpp 478 return SearchNumberNode(m_pRoot, num);
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 810 m_pRoot = pRoot;
816 CPDF_Dictionary* m_pRoot;

Completed in 372 milliseconds