OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:platformDescription
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/brew/
ContextMenuBrew.cpp
78
ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription
platformDescription
)
91
PlatformMenuDescription ContextMenu::
platformDescription
() const
/external/webkit/Source/WebCore/platform/chromium/
ContextMenuChromium.cpp
75
ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription
platformDescription
)
84
PlatformMenuDescription ContextMenu::
platformDescription
() const
/external/webkit/Source/WebCore/platform/gtk/
ContextMenuGtk.cpp
58
PlatformMenuDescription ContextMenu::
platformDescription
() const
ContextMenuItemGtk.cpp
173
PlatformMenuItemDescription
platformDescription
= m_platformDescription;
175
return
platformDescription
;
226
gtk_menu_item_set_submenu(m_platformDescription, GTK_WIDGET(menu->
platformDescription
()));
/external/webkit/Source/WebCore/platform/haiku/
ContextMenuHaiku.cpp
57
BMenuItem* item = m_menu->
platformDescription
()->FindItem(m_result);
107
PlatformMenuDescription ContextMenu::
platformDescription
() const
/external/webkit/Source/WebCore/platform/qt/
ContextMenuQt.cpp
66
PlatformMenuDescription ContextMenu::
platformDescription
() const
/external/webkit/Source/WebCore/platform/wx/
ContextMenuWx.cpp
101
PlatformMenuDescription ContextMenu::
platformDescription
() const
/external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp
188
PlatformMenuDescription ContextMenu::
platformDescription
() const
Completed in 48 milliseconds