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

  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 48 const CFWL_App* GetFWLApp() const { return m_pFWLApp.get(); }
xfa_ffwidget.h 126 const CFWL_App* GetFWLApp();
  /external/pdfium/xfa/fxfa/app/
xfa_ffimageedit.cpp 27 CFWL_PictureBox* pPictureBox = new CFWL_PictureBox(GetFWLApp());
xfa_fftextedit.cpp 44 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
364 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
443 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
505 CFWL_DateTimePicker* pWidget = new CFWL_DateTimePicker(GetFWLApp());
xfa_ffpushbutton.cpp 54 CFWL_PushButton* pPushButton = new CFWL_PushButton(GetFWLApp());
xfa_ffchoicelist.cpp 41 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
235 CFWL_ComboBox* pComboBox = new CFWL_ComboBox(GetFWLApp());
xfa_ffbarcode.cpp 125 CFWL_Barcode* pFWLBarcode = new CFWL_Barcode(GetFWLApp());
xfa_ffcheckbutton.cpp 27 CFWL_CheckBox* pCheckBox = new CFWL_CheckBox(GetFWLApp());
xfa_ffwidget.cpp 42 const CFWL_App* CXFA_FFWidget::GetFWLApp() {
43 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp();
    [all...]

Completed in 173 milliseconds