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

  /external/pdfium/xfa/include/fwl/core/
fwl_panel.h 11 class IFWL_Panel;
16 class IFWL_Panel : public IFWL_Widget {
18 static IFWL_Panel* Create(CFWL_WidgetImpProperties& properties,
25 IFWL_Panel();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 14 IFWL_Panel* IFWL_Panel::Create(CFWL_WidgetImpProperties& properties,
16 IFWL_Panel* pPanel = new IFWL_Panel;
22 IFWL_Panel::IFWL_Panel() {}
23 IFWL_Content* IFWL_Panel::GetContent() {
26 FWL_ERR IFWL_Panel::SetContent(IFWL_Content* pContent) {

Completed in 203 milliseconds