Home
last modified time | relevance | path

Searched refs:ShowPopupMenu (Results 1 – 22 of 22) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dpopup_menu_helper_mac.h26 void ShowPopupMenu(const gfx::Rect& bounds,
Dtab_contents_view_gtk.h67 virtual void ShowPopupMenu(const gfx::Rect& bounds,
Dtab_contents_view_mac.h83 virtual void ShowPopupMenu(const gfx::Rect& bounds,
Dbackground_contents.h99 virtual void ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function
Dpopup_menu_helper_mac.mm25 void PopupMenuHelper::ShowPopupMenu( function
Dtab_contents_view_gtk.cc338 void TabContentsViewGtk::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function in TabContentsViewGtk
Dtab_contents_view_mac.mm268 void TabContentsViewMac::ShowPopupMenu( function
276 popup_menu_helper.ShowPopupMenu(bounds, item_height, item_font_size,
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebPopupMenu.cpp115 …WebProcess::shared().connection()->send(Messages::WebPageProxy::ShowPopupMenu(pageCoordinates, m_p… in show()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.h70 virtual void ShowPopupMenu(const gfx::Rect& bounds,
Dtab_contents_view_gtk.h70 virtual void ShowPopupMenu(const gfx::Rect& bounds,
Dtab_contents_view_views.h63 virtual void ShowPopupMenu(const gfx::Rect& bounds,
Dtab_contents_view_touch.cc293 void TabContentsViewTouch::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function in TabContentsViewTouch
Dtab_contents_view_views.cc281 void TabContentsViewViews::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function in TabContentsViewViews
Dtab_contents_view_gtk.cc387 void TabContentsViewGtk::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function in TabContentsViewGtk
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.h110 void ShowPopupMenu(GtkWidget* button, GdkEventButton* event);
Ddownload_item_gtk.cc852 ShowPopupMenu(NULL, event); in OnButtonPress()
898 ShowPopupMenu(button, event); in OnMenuButtonPressEvent()
907 void DownloadItemGtk::ShowPopupMenu(GtkWidget* button, in ShowPopupMenu() function in DownloadItemGtk
/external/chromium/chrome/browser/notifications/
Dballoon_host.h88 virtual void ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function
/external/chromium/chrome/browser/prerender/
Dprerender_contents.h144 virtual void ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function
/external/chromium/chrome/browser/extensions/
Dextension_host.cc681 void ExtensionHost::ShowPopupMenu(const gfx::Rect& bounds, in ShowPopupMenu() function in ExtensionHost
689 popup_menu_helper.ShowPopupMenu(bounds, item_height, item_font_size, in ShowPopupMenu()
Dextension_host.h157 virtual void ShowPopupMenu(const gfx::Rect& bounds,
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in162ShowPopupMenu(WebCore::IntRect rect, uint64_t textDirection, Vector<WebKit::WebPopupItem> items, i…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1612304 …popup menu. ShowPopupMenu doesn't take a new selected index anymore, that is handled by the client,