Searched refs:CancelContextMenu (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/public/renderer/
H A Drender_frame.h59 // If the client is destroyed, CancelContextMenu() should be called with the
69 virtual void CancelContextMenu(int request_id) = 0;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.h56 void CancelContextMenu();
H A Dapp_list_item_view.cc233 void AppListItemView::CancelContextMenu() { function in class:app_list::AppListItemView
H A Dapps_grid_view.cc1957 view->CancelContextMenu();
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc118 render_frame->CancelContextMenu(context_menu_request_id_);
/external/chromium_org/chrome/renderer/plugins/
H A Dchrome_plugin_placeholder.cc75 render_frame()->CancelContextMenu(context_menu_request_id_);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h257 virtual void CancelContextMenu(int request_id) OVERRIDE;
H A Drender_frame_impl.cc1485 void RenderFrameImpl::CancelContextMenu(int request_id) { function in class:content::RenderFrameImpl

Completed in 169 milliseconds