Searched refs:ShowContextMenu (Results 51 - 75 of 78) sorted by relevance

1234

/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc177 delegate_->ShowContextMenu(mouse_event);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h129 virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
H A Dweb_contents_view_aura.cc1189 void WebContentsViewAura::ShowContextMenu(RenderFrameHost* render_frame_host, function in class:content::WebContentsViewAura
1195 delegate_->ShowContextMenu(render_frame_host, params);
1196 // WARNING: we may have been deleted during the call to ShowContextMenu().
H A Dweb_contents_impl.h367 virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h129 virtual void ShowContextMenu(const gfx::Point& p,
H A Dtree_view.cc385 void TreeView::ShowContextMenu(const gfx::Point& p, function in class:views::TreeView
403 View::ShowContextMenu(p, source_type);
/external/chromium_org/ui/views/widget/
H A Droot_view.cc87 v->ShowContextMenu(location, ui::MENU_SOURCE_KEYBOARD);
134 target->ShowContextMenu(screen_location, ui::MENU_SOURCE_TOUCH);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h178 base_proxy_->ShowContextMenu(Base::GetWebFrame(),
H A Dweb_test_proxy.h172 void ShowContextMenu(blink::WebLocalFrame* frame,
H A Dweb_test_proxy.cc882 void WebTestProxyBase::ShowContextMenu( function in class:content::WebTestProxyBase
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.h67 void ShowContextMenu(
H A Dweb_view_guest.cc974 void WebViewGuest::ShowContextMenu( function in class:extensions::WebViewGuest
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h324 bool ShowContextMenu(MenuItemView* menu_item,
H A Dmenu_controller.cc531 if (menu != NULL && ShowContextMenu(menu, source, event,
607 if (ShowContextMenu(part.menu, source, *event, ui::MENU_SOURCE_TOUCH))
1248 bool MenuController::ShowContextMenu(MenuItemView* menu_item, function in class:views::MenuController
1261 if (menu_item->GetDelegate()->ShowContextMenu(
/external/chromium_org/ash/
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,
H A Droot_window_controller.cc568 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen, function in class:ash::RootWindowController
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_delegate.cc295 bool BookmarkMenuDelegate::ShowContextMenu(MenuItemView* source, function in class:BookmarkMenuDelegate
/external/chromium_org/ui/views/
H A Dview.h857 // implementation calls the ShowContextMenu of the current
862 virtual void ShowContextMenu(const gfx::Point& p,
H A Dview.cc1214 void View::ShowContextMenu(const gfx::Point& p, function in class:views::View
2253 ShowContextMenu(location, ui::MENU_SOURCE_MOUSE);
2296 ShowContextMenu(location, ui::MENU_SOURCE_MOUSE);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc947 bool WrenchMenu::ShowContextMenu(MenuItemView* source, function in class:WrenchMenu
952 bookmark_menu_delegate_->ShowContextMenu(source, command_id, p,
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h255 virtual int ShowContextMenu(ContextMenuClient* client,
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc912 delegate_->ShowContextMenu(this, validated_params);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1745 Shell::GetInstance()->ShowContextMenu(point, source_type);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1135 ShowContextMenu(anchor, ui::MENU_SOURCE_TOUCH_EDIT_MENU);

Completed in 8168 milliseconds

1234