Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_PushButton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_CheckBox.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_RadioButton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_ListBox.h23 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_TextField.h33 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_ComboBox.h32 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_FormFiller.h133 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_PushButton.cpp18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_PushButton
DFFL_RadioButton.cpp19 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_RadioButton
DFFL_CheckBox.cpp19 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_CheckBox
DFFL_ListBox.cpp46 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_ListBox
DFFL_TextField.cpp81 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_TextField
DFFL_ComboBox.cpp45 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow() function in CFFL_ComboBox
DFFL_FormFiller.cpp385 pWnd = NewPDFWindow(cp, pPageView); in GetPDFWindow()