Searched refs:nativeMenu (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebContextMenuClient.cpp | 66 HMENU nativeMenu = menu->nativeMenu(); in customizeMenu() local 70 …lement(m_webView, propertyBag.get(), (OLE_HANDLE)(ULONG64)nativeMenu, (OLE_HANDLE*)&nativeMenu))) { in customizeMenu() 71 ::DestroyMenu(nativeMenu); in customizeMenu() 75 OwnPtr<ContextMenu> customizedMenu = adoptPtr(new ContextMenu(nativeMenu)); in customizeMenu() 76 ::DestroyMenu(nativeMenu); in customizeMenu()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | ContextMenuEfl.cpp | 46 void* ContextMenu::nativeMenu() const in nativeMenu() function in WebCore::ContextMenu
|
/external/webkit/Source/WebCore/platform/ |
D | ContextMenu.h | 59 NativeMenu nativeMenu() const;
|
/external/webkit/Source/WebCore/platform/win/ |
D | ContextMenuWin.cpp | 135 HMENU ContextMenu::nativeMenu() const in nativeMenu() function in WebCore::ContextMenu
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 1322 …legate->trackCustomPopupMenu((IWebView*)this, (OLE_HANDLE)(ULONG64)coreMenu->nativeMenu(), &point); in handleContextMenuEvent() 1327 ::TrackPopupMenuEx(coreMenu->nativeMenu(), flags, point.x, point.y, m_viewWindow, 0); in handleContextMenuEvent()
|
D | ChangeLog | 1900 this function, with refactoring using nativeMenu instead of platformDescription. 1901 … (WebContextMenuClient::contextMenuItemSelected): Use nativeMenu instead of platformDescription. 1904 (WebView::handleContextMenuEvent): Call nativeMenu instead of platformDescription.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 40081 (WebCore::ContextMenu::nativeMenu): 43622 (WebCore::ContextMenu::nativeMenu): Creates and returns an HMENU.
|