OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:navigation_started_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/test/
test_frame_navigation_observer.cc
26
navigation_started_
(false),
37
navigation_started_
(false),
58
navigation_started_
= true;
64
if (!
navigation_started_
)
69
navigation_started_
= false;
test_frame_navigation_observer.h
56
bool
navigation_started_
;
member in class:content::TestFrameNavigationObserver
/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/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 600 milliseconds