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

  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 22 m_pNext(nullptr) {}
35 CFX_XMLNode* pNext = pChild->m_pNext;
47 pChild = pChild->m_pNext;
59 pChild = pChild->m_pNext;
72 pChild = pChild->m_pNext;
125 pNode = pNode->m_pNext;
138 pNode->m_pNext = nullptr;
142 pNode->m_pNext = m_pChild;
150 while (++iCount != index && pFind->m_pNext) {
151 pFind = pFind->m_pNext;
    [all...]
cfx_xmlelement.cpp 41 pChild = pChild->m_pNext;
94 pChild = pChild->m_pNext;
cfx_xmlnode.h 72 CFX_XMLNode* m_pNext;
cfx_xmldoc.cpp 128 pChild = pChild->m_pNext;
  /external/pdfium/xfa/fxfa/parser/
cxfa_contentlayoutitem.cpp 15 m_pNext(nullptr),
cxfa_contentlayoutitem.h 18 CXFA_ContentLayoutItem* m_pNext;
cxfa_layoutitem.cpp 121 while (pCurNode->m_pNext)
122 pCurNode = pCurNode->m_pNext;
135 return static_cast<const CXFA_ContentLayoutItem*>(this)->m_pNext;
156 while (pCurNode->m_pNext) {
157 pCurNode = pCurNode->m_pNext;
cxfa_node.cpp 188 m_pNext(nullptr),
223 CXFA_Node* pNext = pNode->m_pNext;
274 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) {
275 if (pNode->m_pNext == this)
282 CXFA_Node* pNode = m_pNext;
284 pNode = pNode->m_pNext;
293 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) {
296 if (pNode->m_pNext == this)
305 pNode = pNode->m_pNext;
398 for (CXFA_Node* pChild = m_pChild; pChild; pChild = pChild->m_pNext) {
    [all...]
cxfa_node.h 174 CXFA_Node* GetNextSibling() const { return m_pNext; }
349 CXFA_Node* m_pNext;
cxfa_itemlayoutprocessor.cpp 627 pNextLayoutItem = pCurLayoutItem->m_pNext;
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.h 31 m_pNext = std::move(pNext);
39 std::unique_ptr<CFX_CSSSelector> m_pNext;
cfx_cssselector.cpp 47 return m_pNext.get();
  /external/opencv/cvaux/src/
cvfacedetection.cpp 431 m_pNext = this;
438 m_pNext = pHead;
440 pHead->m_pPrev->m_pNext = this;
451 m_pNext->m_pPrev = m_pPrev;
452 m_pPrev->m_pNext = m_pNext;
466 while((tmp = m_pHead->m_pNext->m_pFace) != 0)
467 delete m_pHead->m_pNext;
482 m_pCurElem = m_pCurElem->m_pNext;
_cvfacedetection.h 305 ListElem * m_pNext;

Completed in 424 milliseconds