Searched defs:NativeMenu (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DContextMenu.h53 typedef HMENU NativeMenu; typedef in class:WebCore::ContextMenu
55 typedef void* NativeMenu; typedef in class:WebCore::ContextMenu
57 explicit ContextMenu(NativeMenu);
59 NativeMenu nativeMenu() const;
61 static NativeMenu createNativeMenuFromItems(const Vector<ContextMenuItem>&);
62 static void getContextMenuItems(NativeMenu, Vector<ContextMenuItem>&);

Completed in 55 milliseconds