HomeSort by relevance Sort by last modified time
    Searched defs:nativeMenu (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/efl/
ContextMenuEfl.cpp 46 void* ContextMenu::nativeMenu() const
  /external/webkit/Source/WebCore/platform/win/
ContextMenuWin.cpp 135 HMENU ContextMenu::nativeMenu() const
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 66 HMENU nativeMenu = menu->nativeMenu();
70 if (FAILED(uiDelegate->contextMenuItemsForElement(m_webView, propertyBag.get(), (OLE_HANDLE)(ULONG64)nativeMenu, (OLE_HANDLE*)&nativeMenu))) {
71 ::DestroyMenu(nativeMenu);
75 OwnPtr<ContextMenu> customizedMenu = adoptPtr(new ContextMenu(nativeMenu));
76 ::DestroyMenu(nativeMenu);

Completed in 259 milliseconds