Home
last modified time | relevance | path

Searched refs:OnContextMenu (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/
Dnative_control.cc63 MSG_WM_CONTEXTMENU(OnContextMenu);
129 void OnContextMenu(HWND window, const POINT& location) { in OnContextMenu() function in views::NativeControlContainer
131 parent_->OnContextMenu(location); in OnContextMenu()
268 void NativeControl::OnContextMenu(const POINT& location) { in OnContextMenu() function in views::NativeControl
Dnative_control.h59 virtual void OnContextMenu(const POINT& location);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h181 MSG_WM_CONTEXTMENU(OnContextMenu)
279 void OnContextMenu(HWND window, const CPoint& point);
Dautocomplete_edit_view_win.cc1299 void AutocompleteEditViewWin::OnContextMenu(HWND window, const CPoint& point) { in OnContextMenu() function in AutocompleteEditViewWin
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h552 void OnContextMenu(const ContextMenuParams& params);
Drender_view_host_impl.cc1250 IPC_MESSAGE_HANDLER(ViewHostMsg_ContextMenu, OnContextMenu) in OnMessageReceived()
1638 void RenderViewHostImpl::OnContextMenu(const ContextMenuParams& params) { in OnContextMenu() function in content::RenderViewHostImpl