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

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc 15 class NavigationNotificationObserver : public NotificationObserver {
17 NavigationNotificationObserver()
42 DISALLOW_COPY_AND_ASSIGN(NavigationNotificationObserver);
52 NavigationNotificationObserver observer;
  /external/chromium_org/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc 16 class NavigationNotificationObserver : public content::NotificationObserver {
18 NavigationNotificationObserver()
43 DISALLOW_COPY_AND_ASSIGN(NavigationNotificationObserver);
53 NavigationNotificationObserver observer;
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 156 class NavigationNotificationObserver : public NotificationObserver {
158 NavigationNotificationObserver(NavigationController* controller,
164 virtual ~NavigationNotificationObserver();
181 DISALLOW_COPY_AND_ASSIGN(NavigationNotificationObserver);
    [all...]
automation_provider_observers.cc 219 NavigationNotificationObserver::NavigationNotificationObserver(
245 NavigationNotificationObserver::~NavigationNotificationObserver() {
248 void NavigationNotificationObserver::Observe(
296 void NavigationNotificationObserver::ConditionMet(
356 new NavigationNotificationObserver(controller, automation_,
    [all...]
testing_automation_provider.cc 560 new NavigationNotificationObserver(tab, this, reply_message,
609 new NavigationNotificationObserver(
634 new NavigationNotificationObserver(
655 new NavigationNotificationObserver(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 274 NavigationNotificationObserver::NavigationNotificationObserver(
306 NavigationNotificationObserver::~NavigationNotificationObserver() {
309 void NavigationNotificationObserver::Observe(
349 void NavigationNotificationObserver::ConditionMet(
424 new NavigationNotificationObserver(controller,
    [all...]
automation_provider_observers.h 219 class NavigationNotificationObserver : public content::NotificationObserver {
221 NavigationNotificationObserver(content::NavigationController* controller,
227 virtual ~NavigationNotificationObserver();
245 DISALLOW_COPY_AND_ASSIGN(NavigationNotificationObserver);
    [all...]
testing_automation_provider.cc 532 new NavigationNotificationObserver(tab, this, reply_message,
585 new NavigationNotificationObserver(
    [all...]
testing_automation_provider_chromeos.cc     [all...]

Completed in 119 milliseconds