OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWL_GetWidgetMgr
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp
52
CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
65
CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
fwl_noteimp.cpp
50
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
239
FWL_GetWidgetMgr
()->GetWidget(pFocus, FWL_WGTRELATION_SystemForm);
260
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
434
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
556
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
579
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
606
static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
634
static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
663
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
678
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
[
all
...]
fwl_appimp.cpp
77
return static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
())
fwl_widgetmgrimp.cpp
21
IFWL_WidgetMgr*
FWL_GetWidgetMgr
() {
502
FWL_GetWidgetMgr
()->GetWidget(parent, FWL_WGTRELATION_FirstChild);
515
child =
FWL_GetWidgetMgr
()->GetWidget(child, FWL_WGTRELATION_NextSibling);
607
FWL_GetWidgetMgr
()->GetWidget(pParent, FWL_WGTRELATION_FirstChild);
617
child =
FWL_GetWidgetMgr
()->GetWidget(child, FWL_WGTRELATION_NextSibling);
889
FWL_GetWidgetMgr
()->GetWidget(pWidget, FWL_WGTRELATION_FirstChild);
898
FWL_GetWidgetMgr
()->GetWidget(pChild, FWL_WGTRELATION_FirstChild);
964
} while ((pChild =
FWL_GetWidgetMgr
()->GetWidget(
[
all
...]
fwl_panelimp.cpp
56
IFWL_WidgetMgr* pWidgetMgr =
FWL_GetWidgetMgr
();
fwl_formimp.cpp
144
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
643
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
868
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
885
CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
[
all
...]
fwl_widgetimp.cpp
154
FWL_GetWidgetMgr
()->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm));
281
IFWL_WidgetMgr* widgetMgr =
FWL_GetWidgetMgr
();
514
m_pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
932
IFWL_WidgetMgr* pWidgetMgr =
FWL_GetWidgetMgr
();
[
all
...]
/external/pdfium/xfa/include/fwl/core/
fwl_widgetmgr.h
37
IFWL_WidgetMgr*
FWL_GetWidgetMgr
();
/external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp
196
m_pWidgetMgr = static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp
356
static_cast<CFWL_WidgetMgr*>(
FWL_GetWidgetMgr
());
/external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp
11
IFWL_WidgetMgr* pWidgetMgr =
FWL_GetWidgetMgr
();
Completed in 3597 milliseconds