OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFWL_WidgetMgrItem
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetmgrimp.h
12
class
CFWL_WidgetMgrItem
;
16
class
CFWL_WidgetMgrItem
{
18
CFWL_WidgetMgrItem
()
33
~
CFWL_WidgetMgrItem
() {
39
CFWL_WidgetMgrItem
* pParent;
40
CFWL_WidgetMgrItem
* pOwner;
41
CFWL_WidgetMgrItem
* pChild;
42
CFWL_WidgetMgrItem
* pPrevious;
43
CFWL_WidgetMgrItem
* pNext;
111
CFWL_WidgetMgrItem
* GetWidgetMgrItem(IFWL_Widget* pWidget);
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp
32
CFWL_WidgetMgrItem
* pRoot = new
CFWL_WidgetMgrItem
;
49
CFWL_WidgetMgrItem
* pItem;
60
CFWL_WidgetMgrItem
* pParentItem = GetWidgetMgrItem(pParent);
64
CFWL_WidgetMgrItem
* pParentItem = GetWidgetMgrItem(pParent);
71
CFWL_WidgetMgrItem
* pItem = GetWidgetMgrItem(pWidget);
136
CFWL_WidgetMgrItem
* pItem = GetWidgetMgrItem(pWidget);
142
CFWL_WidgetMgrItem
* pItem = GetWidgetMgrItem(pWidget);
147
CFWL_WidgetMgrItem
* pChild = pItem->pParent->pChild;
237
CFWL_WidgetMgrItem
* pParentItem = GetWidgetMgrItem(NULL);
[
all
...]
Completed in 9158 milliseconds