OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFWL_Form
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_form.h
11
class
IFWL_Form
;
67
class
IFWL_Form
: public IFWL_Panel {
69
static
IFWL_Form
* CreateFormProxy(CFWL_WidgetImpProperties& properties,
81
IFWL_Form
();
fwl_widget.h
17
class
IFWL_Form
;
120
FWL_ERR FWL_Accelerator_SetForm(
IFWL_Form
* pFrom,
/external/pdfium/xfa/include/fwl/basewidget/
fwl_tooltipctrl.h
10
class
IFWL_Form
;
32
class IFWL_ToolTip : public
IFWL_Form
{
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_comboboximp.h
170
IFWL_Form
* m_pForm;
218
CFWL_ComboProxyImpDelegate(
IFWL_Form
* pForm, CFWL_ComboBoxImp* pComboBox);
233
IFWL_Form
* m_pForm;
fwl_datetimepickerimp.h
27
class IFWL_DateTimeForm : public
IFWL_Form
{
/external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp
24
IFWL_Form
*
IFWL_Form
::CreateFormProxy(CFWL_WidgetImpProperties& properties,
27
IFWL_Form
* pForm = new
IFWL_Form
;
33
IFWL_Form
::
IFWL_Form
() {}
34
FWL_FORMSIZE
IFWL_Form
::GetFormSize() {
37
FWL_ERR
IFWL_Form
::SetFormSize(FWL_FORMSIZE eFormSize) {
40
IFWL_Widget*
IFWL_Form
::DoModal() {
43
IFWL_Widget*
IFWL_Form
::DoModal(FX_DWORD& dwCommandID) {
[
all
...]
fwl_widgetimp.cpp
153
IFWL_Form
* pForm = static_cast<
IFWL_Form
*>(
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp
[
all
...]
Completed in 64 milliseconds