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 75 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
83 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /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;
layoutprovider_taggedpdf.cpp 649 m_pRoot = NULL;
657 if(m_pRoot) {
658 delete m_pRoot;
660 m_pRoot = NULL;
732 m_pRoot = FX_NEW CPDF_LayoutElement;
733 if (!m_pRoot) {
740 ProcessElement(m_pRoot, pElement);
763 ProcessElement(m_pRoot, pElement);
autoreflow.cpp 152 m_pRoot = NULL;
161 ReleaseElm(m_pRoot);
241 CPDF_AutoReflowElement* pParent = m_pRoot;
722 m_pRoot = FX_NEW CPDF_AutoReflowElement(LayoutDocument);
723 if(!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;
GCFactory.h 172 { return iterator(Alloc::m_pRoot, 0); }
175 { return const_iterator(Alloc::m_pRoot, 0); }
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 75 m_pRoot = pDoc->GetRoot()->GetDict(FX_BSTRC("Names"))->GetDict(category);
195 if (m_pRoot == NULL) {
198 return ::CountNames(m_pRoot);
202 if (m_pRoot == NULL) {
206 if (SearchNameNode(m_pRoot, csName, nIndex, NULL) == NULL) {
213 if (m_pRoot == NULL) {
217 return SearchNameNode(m_pRoot, nIndex, nCurIndex, csName, NULL);
221 if (m_pRoot == NULL) {
225 return SearchNameNode(m_pRoot, csName, nIndex, NULL);
  /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...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 452 return SearchNumberNode(m_pRoot, num);
fpdf_parser_parser.cpp     [all...]

Completed in 261 milliseconds