Home | History | Annotate | Download | only in win

Lines Matching refs:coreMenu

1295     ContextMenu* coreMenu = contextMenuController->contextMenu();
1296 if (!coreMenu)
1322 m_uiDelegate->trackCustomPopupMenu((IWebView*)this, (OLE_HANDLE)(ULONG64)coreMenu->nativeMenu(), &point);
1327 ::TrackPopupMenuEx(coreMenu->nativeMenu(), flags, point.x, point.y, m_viewWindow, 0);