HomeSort by relevance Sort by last modified time
    Searched full:tempnodes (Results 1 - 1 of 1) sorted by null

  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 110 std::vector<CXFA_Node*> tempNodes;
112 tempNodes.push_back(pObject->AsNode());
113 m_pNodeHelper->CountSiblings(findNode, XFA_LOGIC_Transparent, &tempNodes,
115 rnd.m_Objects = std::vector<CXFA_Object*>(tempNodes.begin(), tempNodes.end());

Completed in 176 milliseconds