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

  /external/pdfium/xfa/fxfa/
xfa_ffpageview.h 69 std::vector<CXFA_FFWidget*> m_Children;
  /external/pdfium/core/fxcrt/
fx_xml.h 127 uint32_t CountChildren() const { return m_Children.size(); }
157 std::vector<ChildRecord> m_Children;
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 401 void AddChildNode(Node* pNode) { m_Children.push_back(pNode); }
403 size_t GetChildrenCount() const { return m_Children.size(); }
405 Node* GetChildAt(size_t i) { return m_Children[i]; }
406 const Node* GetChildAt(size_t i) const { return m_Children[i]; }
451 std::vector<Node*> m_Children;
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 399 std::vector<CPWL_Wnd*> m_Children;

Completed in 187 milliseconds