OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pWidgetMgr
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp
56
IFWL_WidgetMgr*
pWidgetMgr
= FWL_GetWidgetMgr();
57
if (!
pWidgetMgr
)
60
pWidgetMgr
->GetWidget(GetInterface(), FWL_WGTRELATION_Parent);
fwl_formimp.cpp
144
CFWL_WidgetMgr*
pWidgetMgr
= static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
145
if (!
pWidgetMgr
)
147
IFWL_AdapterWidgetMgr* adapterWidgetMgr =
pWidgetMgr
->GetAdapterWidgetMgr();
468
CFWL_WidgetMgr*
pWidgetMgr
=
470
if (!
pWidgetMgr
)
473
pWidgetMgr
->GetWidget(pParent, FWL_WGTRELATION_FirstChild);
475
pWidgetMgr
->ShowWidget_Native(pChild);
477
pChild =
pWidgetMgr
->GetWidget(pChild, FWL_WGTRELATION_NextSibling);
643
CFWL_WidgetMgr*
pWidgetMgr
= static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
644
if (!
pWidgetMgr
)
[
all
...]
fwl_noteimp.cpp
50
CFWL_WidgetMgr*
pWidgetMgr
= static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
51
IFWL_AdapterWidgetMgr* adapterWidgetMgr =
pWidgetMgr
->GetAdapterWidgetMgr();
260
CFWL_WidgetMgr*
pWidgetMgr
= static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
261
if (!
pWidgetMgr
)
264
IFWL_AdapterWidgetMgr* adapterWidgetMgr =
pWidgetMgr
->GetAdapterWidgetMgr();
285
while (bIdle && !(
pWidgetMgr
->CheckMessage_Native())) {
291
if (FWL_ERR_Indefinite ==
pWidgetMgr
->DispatchMessage_Native()) {
294
if (
pWidgetMgr
->IsIdleMessage_Native()) {
298
} while (
pWidgetMgr
->CheckMessage_Native());
310
if (
pWidgetMgr
->CheckMessage_Native()) {
[
all
...]
fwl_widgetimp.cpp
932
IFWL_WidgetMgr*
pWidgetMgr
= FWL_GetWidgetMgr();
933
if (!
pWidgetMgr
)
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp
355
CFWL_WidgetMgr*
pWidgetMgr
=
357
if (!
pWidgetMgr
->IsFormDisabled()) {
359
pWidgetMgr
->GetSameGroupRadioButton(m_pInterface, radioarr);
/external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp
11
IFWL_WidgetMgr*
pWidgetMgr
= FWL_GetWidgetMgr();
13
pWidgetMgr
->GetWidget(pParent, FWL_WGTRELATION_FirstChild);
20
pChild =
pWidgetMgr
->GetWidget(pChild, FWL_WGTRELATION_NextSibling);
Completed in 51 milliseconds