HomeSort by relevance Sort by last modified time
    Searched defs:ContextMenuNotificationObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_browsertest_util.cc 15 ContextMenuNotificationObserver::ContextMenuNotificationObserver(
23 ContextMenuNotificationObserver::~ContextMenuNotificationObserver() {
26 void ContextMenuNotificationObserver::Observe(
36 base::Bind(&ContextMenuNotificationObserver::ExecuteCommand,
47 void ContextMenuNotificationObserver::ExecuteCommand(
55 : ContextMenuNotificationObserver(IDC_CONTENT_CONTEXT_SAVELINKAS),
render_view_context_menu_browsertest_util.h 16 class ContextMenuNotificationObserver : public content::NotificationObserver {
19 explicit ContextMenuNotificationObserver(int command_to_execute);
20 virtual ~ContextMenuNotificationObserver();
32 DISALLOW_COPY_AND_ASSIGN(ContextMenuNotificationObserver);
35 class SaveLinkAsContextMenuObserver : public ContextMenuNotificationObserver {

Completed in 301 milliseconds