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

  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 236 std::set<CXFA_Node*> formItems;
259 if (pdfium::ContainsValue(formItems, pItemChild->m_pFormNode))
262 formItems.insert(pItemChild->m_pFormNode);
281 if (pdfium::ContainsValue(formItems, pItemChild->m_pFormNode))
283 formItems.insert(pItemChild->m_pFormNode);
315 if (pdfium::ContainsValue(formItems, pItemChild->m_pFormNode))
317 formItems.insert(pItemChild->m_pFormNode);
332 if (pdfium::ContainsValue(formItems, pItemChild->m_pFormNode))
334 formItems.insert(pItemChild->m_pFormNode);
cxfa_node.cpp 732 int32_t CXFA_Node::GetBindItems(CXFA_NodeArray& formItems) {
736 formItems.Copy(*pItems);
737 return formItems.GetSize();
742 formItems.Add(pFormNode);
743 return formItems.GetSize();
    [all...]

Completed in 59 milliseconds