Searched refs:ShowContextMenu (Results 1 - 25 of 78) sorted by path

1234

/external/chromium_org/android_webview/native/
H A Daw_web_contents_view_delegate.cc35 void AwWebContentsViewDelegate::ShowContextMenu( function in class:android_webview::AwWebContentsViewDelegate
39 // ChromeWebContentsViewDelegateAndroid::ShowContextMenu. De-dup this if
H A Daw_web_contents_view_delegate.h29 virtual void ShowContextMenu(
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc210 Shell::GetInstance()->ShowContextMenu(point, source_type);
/external/chromium_org/ash/
H A Droot_window_controller.cc568 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen, function in class:ash::RootWindowController
H A Droot_window_controller.h173 void ShowContextMenu(const gfx::Point& location_in_screen,
H A Dshell.cc285 void Shell::ShowContextMenu(const gfx::Point& location_in_screen, function in class:ash::Shell
297 ->ShowContextMenu(location_in_screen, source_type);
H A Dshell.h232 void ShowContextMenu(const gfx::Point& location_in_screen,
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc305 void ShelfButton::ShowContextMenu(const gfx::Point& p, function in class:ash::ShelfButton
313 CustomButton::ShowContextMenu(p, source_type);
H A Dshelf_button.h63 virtual void ShowContextMenu(const gfx::Point& p,
H A Dshelf_unittest.cc130 button->ShowContextMenu(gfx::Point(), ui::MENU_SOURCE_MOUSE);
H A Dshelf_view.cc1745 Shell::GetInstance()->ShowContextMenu(point, source_type);
/external/chromium_org/athena/content/
H A Dweb_contents_view_delegate_factory_impl.cc42 virtual void ShowContextMenu(
/external/chromium_org/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc134 scoped_ptr<webview::ShowContextMenu::Params> params(
135 webview::ShowContextMenu::Params::Create(*args_));
140 guest->ShowContextMenu(params->request_id, NULL);
/external/chromium_org/chrome/browser/ui/android/
H A Dcontext_menu_helper.cc36 void ContextMenuHelper::ShowContextMenu( function in class:ContextMenuHelper
58 ShowContextMenu(params);
H A Dcontext_menu_helper.h24 void ShowContextMenu(const content::ContextMenuParams& params);
/external/chromium_org/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.cc30 void ChromeWebContentsViewDelegateAndroid::ShowContextMenu( function in class:ChromeWebContentsViewDelegateAndroid
48 helper->ShowContextMenu(params);
H A Dchrome_web_contents_view_delegate_android.h26 virtual void ShowContextMenu(
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dchrome_web_contents_view_delegate_mac.h38 virtual void ShowContextMenu(
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc138 bool BookmarkMenuController::ShowContextMenu(MenuItemView* source, function in class:BookmarkMenuController
142 return menu_delegate_->ShowContextMenu(source, id, p, source_type);
H A Dbookmark_menu_controller_views.h99 virtual bool ShowContextMenu(views::MenuItemView* source,
H A Dbookmark_menu_delegate.cc295 bool BookmarkMenuDelegate::ShowContextMenu(MenuItemView* source, function in class:BookmarkMenuDelegate
H A Dbookmark_menu_delegate.h115 bool ShowContextMenu(views::MenuItemView* source,
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc140 bool BrowserActionOverflowMenuController::ShowContextMenu( function in class:BrowserActionOverflowMenuController
H A Dbrowser_action_overflow_menu_controller.h60 virtual bool ShowContextMenu(views::MenuItemView* source,
H A Dmedia_galleries_dialog_views.cc301 ShowContextMenu(point, source_type, iter->first);
307 void MediaGalleriesDialogViews::ShowContextMenu(const gfx::Point& point, function in class:MediaGalleriesDialogViews

Completed in 6318 milliseconds

1234