HomeSort by relevance Sort by last modified time
    Searched defs:NavigationNotificationObserver (Results 1 - 3 of 3) 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/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...]

Completed in 39 milliseconds