Home
last modified time | relevance | path

Searched refs:pPendingNode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.h161 void AddPendingNode(CXFA_Node* pPendingNode, bool bBreakPending);
Dcxfa_contentlayoutprocessor.cpp2258 void CXFA_ContentLayoutProcessor::AddPendingNode(CXFA_Node* pPendingNode, in AddPendingNode() argument
2260 m_PendingNodes.push_back(pPendingNode); in AddPendingNode()