OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFWL_Form
(Results
1 - 2
of
2
) 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
();
/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
...]
Completed in 57 milliseconds