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

  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.h 99 std::list<CXFA_Node*> m_PendingNodes;
cxfa_itemlayoutprocessor.cpp 472 pProcessor->m_PendingNodes.push_back(pPendingNode);
479 if (pProcessor->m_PendingNodes.empty())
488 while (!pProcessor->m_PendingNodes.empty()) {
490 pProcessor->m_PendingNodes.front(), nullptr);
491 pProcessor->m_PendingNodes.pop_front();
    [all...]

Completed in 69 milliseconds