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

  /external/chromium_org/content/public/test/
test_navigation_observer.cc 57 : navigation_started_(false),
71 : navigation_started_(false),
122 navigation_started_ = true;
129 navigation_started_ = true;
133 navigation_started_ = true;
137 if (!navigation_started_)
142 navigation_started_ = false;
test_navigation_observer.h 60 bool navigation_started_; member in class:content::TestNavigationObserver
  /external/chromium_org/content/test/
test_frame_navigation_observer.cc 26 navigation_started_(false),
37 navigation_started_(false),
64 navigation_started_ = true;
70 if (!navigation_started_)
75 navigation_started_ = false;
test_frame_navigation_observer.h 59 bool navigation_started_; member in class:content::TestFrameNavigationObserver
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 147 bool navigation_started_; member in class:__anon8605::GeolocationNotificationObserver
158 navigation_started_(false),
192 navigation_started_ = true;
193 } else if ((type == content::NOTIFICATION_LOAD_STOP) && navigation_started_) {
194 navigation_started_ = false;

Completed in 96 milliseconds