OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveWidget
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_content.h
15
FWL_ERR
RemoveWidget
(IFWL_Widget* pWidget);
/external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp
17
FWL_ERR IFWL_Content::
RemoveWidget
(IFWL_Widget* pWidget) {
18
return static_cast<CFWL_ContentImp*>(GetImpl())->
RemoveWidget
(pWidget);
58
FWL_ERR CFWL_ContentImp::
RemoveWidget
(IFWL_Widget* pWidget) {
fwl_widgetimp.cpp
158
pContent->
RemoveWidget
(m_pInterface);
164
m_pWidgetMgr->
RemoveWidget
(m_pInterface);
[
all
...]
fwl_widgetmgrimp.cpp
290
void CFWL_WidgetMgr::
RemoveWidget
(IFWL_Widget* pWidget) {
307
RemoveWidget
(pChild->pWidget);
[
all
...]
fwl_gridimp.cpp
262
FWL_ERR CFWL_GridImp::
RemoveWidget
(IFWL_Widget* pWidget) {
265
CFWL_ContentImp::
RemoveWidget
(pWidget);
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_contentimp.h
19
virtual FWL_ERR
RemoveWidget
(IFWL_Widget* pWidget);
fwl_gridimp.h
86
virtual FWL_ERR
RemoveWidget
(IFWL_Widget* pWidget);
fwl_widgetmgrimp.h
72
void
RemoveWidget
(IFWL_Widget* pWidget);
Completed in 65 milliseconds