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

  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_delegate.cc 15 explicit ContextMenuDelegateUserData(ContextMenuDelegate* menu_delegate)
19 ContextMenuDelegate* menu_delegate() { return menu_delegate_; }
22 ContextMenuDelegate* menu_delegate_; // not owned by us.
27 ContextMenuDelegate::ContextMenuDelegate(content::WebContents* web_contents) {
32 ContextMenuDelegate::~ContextMenuDelegate() {
36 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/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 28 public ContextMenuDelegate {
42 // Overridden from ContextMenuDelegate.
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 36 public ContextMenuDelegate {
53 // Overridden from ContextMenuDelegate.
chrome_web_contents_view_delegate_views.cc 30 : ContextMenuDelegate(web_contents),
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.cc 508 ContextMenuDelegate* menu_delegate =
509 ContextMenuDelegate::FromWebContents(guest_web_contents());
    [all...]

Completed in 557 milliseconds