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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp 231 CFX_MapPtrToPtr formItems;
232 formItems.InitHashTable(256, TRUE);
257 if (formItems.GetValueAt(pItemChild->m_pFormNode)) {
260 formItems.SetAt(pItemChild->m_pFormNode, this);
281 if (formItems.GetValueAt(pItemChild->m_pFormNode)) {
284 formItems.SetAt(pItemChild->m_pFormNode, this);
318 if (formItems.GetValueAt(pItemChild->m_pFormNode)) {
321 formItems.SetAt(pItemChild->m_pFormNode, this);
338 if (formItems.GetValueAt(pItemChild->m_pFormNode)) {
341 formItems.SetAt(pItemChild->m_pFormNode, this);
    [all...]
xfa_object_imp.cpp 334 int32_t CXFA_Node::GetBindItems(CXFA_NodeArray& formItems) {
338 formItems.Copy(*pItems);
339 return formItems.GetSize();
343 formItems.Add(pFormNode);
345 return formItems.GetSize();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 270 int32_t GetBindItems(CXFA_NodeArray& formItems);
    [all...]

Completed in 112 milliseconds