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

  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.h 94 CXFA_NodeArray& GetUpObjectArray() { return m_upObjectArray; }
114 CXFA_NodeArray m_upObjectArray;
cxfa_scriptcontext.cpp 134 m_upObjectArray.RemoveAll();
569 m_upObjectArray.RemoveAll();
573 m_upObjectArray.Add(refNode->AsNode());
657 int32_t iSize = m_upObjectArray.GetSize();
659 m_upObjectArray.RemoveAt(iSize - 1);

Completed in 43 milliseconds