Home
last modified time | relevance | path

Searched refs:NewPDFWindow (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_pushbutton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_pushbutton.cpp18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_PushButton
Dcffl_radiobutton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_checkbox.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_listbox.h25 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_combobox.h29 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_textfield.h35 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_radiobutton.cpp21 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_RadioButton
Dcffl_checkbox.cpp21 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_CheckBox
Dcffl_listbox.cpp49 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_ListBox
Dcffl_formfiller.h131 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
Dcffl_textfield.cpp85 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_TextField
Dcffl_combobox.cpp52 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_ComboBox
Dcffl_formfiller.cpp369 pWnd = NewPDFWindow(cp, pPageView); in GetPDFWindow()