HomeSort by relevance Sort by last modified time
    Searched defs:ShowContextMenu (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 36 void AwWebContentsViewDelegate::ShowContextMenu(
39 // ChromeWebContentsViewDelegateAndroid::ShowContextMenu. De-dup this if
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 31 void ChromeWebContentsViewDelegateAndroid::ShowContextMenu(
49 tab->ShowContextMenu(params);
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_android.cc 30 void ShellWebContentsViewDelegate::ShowContextMenu(
shell_web_contents_view_delegate_gtk.cc 44 void ShellWebContentsViewDelegate::ShowContextMenu(
shell_web_contents_view_delegate_win.cc 72 void ShellWebContentsViewDelegate::ShowContextMenu(
  /external/chromium_org/content/port/browser/
render_view_host_delegate_view.h 35 virtual void ShowContextMenu(const ContextMenuParams& params) {}
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 131 ShowContextMenu(menu_origin, true);
147 void PageActionImageView::ShowContextMenu(const gfx::Point& p,
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 90 bool BrowserActionOverflowMenuController::ShowContextMenu(
  /external/chromium_org/chrome/android/testshell/
testshell_tab.cc 58 void TestShellTab::ShowContextMenu(
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 131 void ChromeWebContentsViewDelegateViews::ShowContextMenu(
  /external/chromium_org/ui/views/controls/menu/
menu.h 71 virtual void ShowContextMenu(Menu* source,
menu_delegate.cc 45 bool MenuDelegate::ShowContextMenu(MenuItemView* source,
  /external/chromium_org/ui/views/controls/
native_control_win.cc 47 ShowContextMenu(gfx::Point(GET_X_LPARAM(l_param), GET_Y_LPARAM(l_param)));
123 void NativeControlWin::ShowContextMenu(const gfx::Point& location) {
128 View::ShowContextMenu(GetKeyboardContextMenuLocation(),
131 View::ShowContextMenu(location, ui::MENU_SOURCE_MOUSE);
  /external/chromium/chrome/browser/notifications/
balloon_host.h 87 virtual void ShowContextMenu(const ContextMenuParams& params) {}
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 98 virtual void ShowContextMenu(const ContextMenuParams& params) {}
tab_contents_view_gtk.cc 303 void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.cc 130 void ChromeWebContentsViewDelegateGtk::ShowContextMenu(
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 141 bool BookmarkMenuController::ShowContextMenu(MenuItemView* source,
145 return menu_delegate_->ShowContextMenu(source, id, p, source_type);
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 102 bool BrowserActionOverflowMenuController::ShowContextMenu(
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 180 void WebContentsViewAndroid::ShowContextMenu(
183 delegate_->ShowContextMenu(params);
  /external/chromium_org/ui/views/controls/button/
custom_button.cc 238 void CustomButton::ShowContextMenu(const gfx::Point& p,
247 View::ShowContextMenu(p, source_type);
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 143 virtual void ShowContextMenu(const ContextMenuParams& params) {}
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 207 bool BookmarkMenuController::ShowContextMenu(MenuItemView* source,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 368 void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
tab_contents_view_touch.cc 269 void TabContentsViewTouch::ShowContextMenu(const ContextMenuParams& params) {

Completed in 886 milliseconds

1 2 3