OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformMenuDescription
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/qt/
ContextMenuQt.cpp
61
void ContextMenu::setPlatformDescription(
PlatformMenuDescription
)
66
PlatformMenuDescription
ContextMenu::platformDescription() const
71
PlatformMenuDescription
ContextMenu::releasePlatformDescription()
73
return
PlatformMenuDescription
();
85
PlatformMenuDescription
platformMenuDescription
(Vector<ContextMenuItem>& menuItemVector)
/external/webkit/Source/WebCore/platform/
ContextMenu.h
32
#include "
PlatformMenuDescription
.h"
72
ContextMenu(const
PlatformMenuDescription
);
78
ContextMenuItem* itemAtIndex(unsigned, const
PlatformMenuDescription
);
82
PlatformMenuDescription
platformDescription() const;
83
void setPlatformDescription(
PlatformMenuDescription
);
85
PlatformMenuDescription
releasePlatformDescription();
98
// Keep this in sync with the
PlatformMenuDescription
typedef
105
PlatformMenuDescription
m_platformDescription;
115
Vector<ContextMenuItem> contextMenuItemVector(
PlatformMenuDescription
);
116
PlatformMenuDescription
platformMenuDescription(Vector<ContextMenuItem>&)
[
all
...]
/external/webkit/Source/WebCore/platform/mac/
ContextMenuMac.mm
40
ContextMenu::ContextMenu(const
PlatformMenuDescription
menu)
86
Vector<ContextMenuItem> contextMenuItemVector(
PlatformMenuDescription
menu)
99
PlatformMenuDescription
platformMenuDescription
(Vector<ContextMenuItem>& menuItemVector)
101
PlatformMenuDescription
platformMenu = [[NSMutableArray alloc] initWithCapacity:menuItemVector.size()];
Completed in 71 milliseconds