OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:navigation_started_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/public/test/
test_navigation_observer.cc
53
:
navigation_started_
(false),
67
:
navigation_started_
(false),
118
navigation_started_
= true;
122
navigation_started_
= true;
126
if (!
navigation_started_
)
131
navigation_started_
= false;
test_navigation_observer.h
59
bool
navigation_started_
;
member in class:content::TestNavigationObserver
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
110
navigation_started_
(false),
160
navigation_started_
= true;
162
if (
navigation_started_
) {
163
navigation_started_
= false;
179
bool
navigation_started_
;
member in class:__anon1899::GeolocationNotificationObserver
/external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc
150
bool
navigation_started_
;
member in class:__anon5021::GeolocationNotificationObserver
161
navigation_started_
(false),
195
navigation_started_
= true;
196
} else if ((type == content::NOTIFICATION_LOAD_STOP) &&
navigation_started_
) {
197
navigation_started_
= false;
/external/chromium/chrome/browser/automation/
automation_provider_observers.cc
230
navigation_started_
(false),
242
navigation_started_
= true;
265
navigation_started_
= true;
267
if (
navigation_started_
) {
268
navigation_started_
= false;
279
navigation_started_
= true;
282
// We do this in all cases (not just when
navigation_started_
== true) so
289
navigation_started_
= false;
[
all
...]
automation_provider_observers.h
178
bool
navigation_started_
;
member in class:NavigationNotificationObserver
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc
286
navigation_started_
(false),
304
navigation_started_
= true;
327
navigation_started_
= true;
329
if (
navigation_started_
) {
330
navigation_started_
= false;
338
navigation_started_
= true;
341
navigation_started_
= false;
[
all
...]
automation_provider_observers.h
224
bool
navigation_started_
;
member in class:NavigationNotificationObserver
[
all
...]
Completed in 66 milliseconds