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

12 3

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 262 void TabContentsViewViews::ShowContextMenu(const ContextMenuParams& params) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 277 bool BookmarkMenuDelegate::ShowContextMenu(MenuItemView* source,
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.cc 352 void WebContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
354 delegate_->ShowContextMenu(params);
web_contents_view_guest.cc 211 void WebContentsViewGuest::ShowContextMenu(const ContextMenuParams& params) {
228 platform_view_delegate_view_->ShowContextMenu(params_in_embedder);
230 platform_view_delegate_view_->ShowContextMenu(params);
web_contents_view_win.cc 246 void WebContentsViewWin::ShowContextMenu(const ContextMenuParams& params) {
248 delegate_->ShowContextMenu(params);
web_contents_view_aura.cc     [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/ash/
root_window_controller.cc 463 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen,
shell.cc 655 void Shell::ShowContextMenu(const gfx::Point& location_in_screen,
674 rwc->ShowContextMenu(location_in_screen, source_type);
    [all...]
  /external/chromium_org/chrome/renderer/plugins/
plugin_placeholder.cc 485 void PluginPlaceholder::ShowContextMenu(const WebMouseEvent& event) {
517 context_menu_request_id_ = render_view()->ShowContextMenu(this, params);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 409 virtual void ShowContextMenu(const ContextMenuParams& params) {}
  /external/chromium/chrome/browser/extensions/
extension_host.cc 677 void ExtensionHost::ShowContextMenu(const ContextMenuParams& params) {
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 525 ShowContextMenu(menu_location, true);
633 void DownloadItemView::ShowContextMenu(const gfx::Point& p,
    [all...]
  /external/chromium_org/ash/launcher/
launcher_button.cc 333 void LauncherButton::ShowContextMenu(const gfx::Point& p,
341 CustomButton::ShowContextMenu(p, source_type);
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 799 void BrowserTitlebar::ShowContextMenu(GdkEventButton* event) {
    [all...]
task_manager_gtk.cc 810 void TaskManagerGtk::ShowContextMenu(const gfx::Point& point,
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 225 ShowContextMenu(point, true);
251 void BrowserActionButton::ShowContextMenu(const gfx::Point& p,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc     [all...]
task_manager_gtk.cc 760 void TaskManagerGtk::ShowContextMenu(const gfx::Point& point,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc     [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 376 void TreeView::ShowContextMenu(const gfx::Point& p,
394 View::ShowContextMenu(p, source_type);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 671 void BookmarkBarView::ShowContextMenu(const gfx::Point& p,
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 492 if (menu != NULL && ShowContextMenu(menu, source, event,
557 if (ShowContextMenu(part.menu, source, *event, ui::MENU_SOURCE_TOUCH))
    [all...]
  /external/chromium_org/ui/views/
view.cc 141 owner_->ShowContextMenu(location, ui::MENU_SOURCE_TOUCH);
1174 void View::ShowContextMenu(const gfx::Point& p,
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 3785 milliseconds

12 3