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/
xfa_layout_itemlayout.h 116 std::list<CXFA_Node*> m_PendingNodes;
xfa_layout_itemlayout.cpp 429 pProcessor->m_PendingNodes.push_back(pPendingNode);
436 if (pProcessor->m_PendingNodes.empty())
445 while (!pProcessor->m_PendingNodes.empty()) {
447 pProcessor->m_PendingNodes.front(), nullptr);
448 pProcessor->m_PendingNodes.pop_front();
    [all...]

Completed in 267 milliseconds