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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_panelimp.h 27 IFWL_Content* m_pContent;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 32 : CFWL_WidgetImp(properties, pOuter), m_pContent(nullptr) {}
43 if (m_pContent) {
44 m_pContent->GetWidgetRect(rect, TRUE);
52 if (m_pContent) {
66 m_pContent->SetWidgetRect(rtClient);
67 m_pContent->Update();
72 return m_pContent;
77 m_pContent = pContent;
92 IFWL_Content* m_pContent;
99 m_pContent(nullptr),
    [all...]

Completed in 42 milliseconds