Searched defs:navigation_started_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/test/
H A Dtest_navigation_observer.h60 bool navigation_started_; member in class:content::TestNavigationObserver
/external/chromium_org/content/test/
H A Dtest_frame_navigation_observer.h56 bool navigation_started_; member in class:content::TestFrameNavigationObserver
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc149 bool navigation_started_; member in class:__anon4064::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 98 milliseconds