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

  /external/chromium_org/content/public/test/
test_navigation_observer.h 60 bool navigation_started_; member in class:content::TestNavigationObserver
  /external/chromium_org/content/test/
test_frame_navigation_observer.h 56 bool navigation_started_; member in class:content::TestFrameNavigationObserver
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 149 bool navigation_started_; member in class:__anon8689::GeolocationNotificationObserver
160 navigation_started_(false),
194 navigation_started_ = true;
195 } else if ((type == content::NOTIFICATION_LOAD_STOP) && navigation_started_) {
196 navigation_started_ = false;

Completed in 729 milliseconds