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

  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_browsertest_util.h 14 class ContextMenuNotificationObserver : public content::NotificationObserver {
17 explicit ContextMenuNotificationObserver(int command_to_execute);
18 virtual ~ContextMenuNotificationObserver();
30 DISALLOW_COPY_AND_ASSIGN(ContextMenuNotificationObserver);
render_view_context_menu_browsertest_util.cc 13 ContextMenuNotificationObserver::ContextMenuNotificationObserver(
21 ContextMenuNotificationObserver::~ContextMenuNotificationObserver() {
24 void ContextMenuNotificationObserver::Observe(
34 base::Bind(&ContextMenuNotificationObserver::ExecuteCommand,
44 void ContextMenuNotificationObserver::ExecuteCommand(
render_view_context_menu_browsertest.cc 88 ContextMenuNotificationObserver menu_observer(
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 261 ContextMenuNotificationObserver context_menu_observer(
270 ContextMenuNotificationObserver context_menu_observer(
356 ContextMenuNotificationObserver context_menu_observer(
365 ContextMenuNotificationObserver context_menu_observer(
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 449 class ContextMenuNotificationObserver : public NotificationObserver {
451 explicit ContextMenuNotificationObserver(Task* task) : task_(task) {
470 DISALLOW_COPY_AND_ASSIGN(ContextMenuNotificationObserver);
507 // Step3 will be invoked by ContextMenuNotificationObserver.
530 ContextMenuNotificationObserver observer_;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 428 class ContextMenuNotificationObserver : public content::NotificationObserver {
430 explicit ContextMenuNotificationObserver(const base::Closure& task)
450 DISALLOW_COPY_AND_ASSIGN(ContextMenuNotificationObserver);
486 // Step3 will be invoked by ContextMenuNotificationObserver.
508 ContextMenuNotificationObserver observer_;
    [all...]

Completed in 533 milliseconds