HomeSort by relevance Sort by last modified time
    Searched refs:ContextMenuDelegate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/renderer_context_menu/
context_menu_delegate.cc 15 explicit ContextMenuDelegateUserData(ContextMenuDelegate* menu_delegate)
18 ContextMenuDelegate* menu_delegate() { return menu_delegate_; }
21 ContextMenuDelegate* menu_delegate_; // not owned by us.
26 ContextMenuDelegate::ContextMenuDelegate(content::WebContents* web_contents) {
31 ContextMenuDelegate::~ContextMenuDelegate() {
35 ContextMenuDelegate* ContextMenuDelegate::FromWebContents(
context_menu_delegate.h 17 // A ContextMenuDelegate can build and show renderer context menu.
18 class ContextMenuDelegate {
20 explicit ContextMenuDelegate(content::WebContents* web_contents);
21 virtual ~ContextMenuDelegate();
23 static ContextMenuDelegate* FromWebContents(
36 DISALLOW_COPY_AND_ASSIGN(ContextMenuDelegate);
  /external/chromium_org/chrome/browser/guest_view/app_view/
chrome_app_view_guest_delegate.cc 20 ContextMenuDelegate* menu_delegate =
21 ContextMenuDelegate::FromWebContents(web_contents);
  /external/chromium_org/chrome/browser/guest_view/extension_options/
chrome_extension_options_guest_delegate.cc 31 ContextMenuDelegate* menu_delegate = ContextMenuDelegate::FromWebContents(
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 28 public ContextMenuDelegate {
42 // Overridden from ContextMenuDelegate.
  /external/chromium_org/chrome/browser/guest_view/web_view/
chrome_web_view_guest_delegate.cc 59 ContextMenuDelegate* menu_delegate =
60 ContextMenuDelegate::FromWebContents(guest_web_contents());
222 ContextMenuDelegate* menu_delegate =
223 ContextMenuDelegate::FromWebContents(guest_web_contents());
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 37 public ContextMenuDelegate {
61 // Overridden from ContextMenuDelegate.
chrome_web_contents_view_delegate_views.cc 31 : ContextMenuDelegate(web_contents),

Completed in 1225 milliseconds