OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_downloading_update_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
update_screen.h
90
bool
is_downloading_update_
;
member in class:chromeos::UpdateScreen
update_screen.cc
62
is_downloading_update_
(false),
103
if (!
is_downloading_update_
) {
106
is_downloading_update_
= true;
177
is_downloading_update_
= false;
202
is_downloading_update_
= false;
/external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.h
134
bool
is_downloading_update_
;
member in class:chromeos::UpdateScreen
update_screen.cc
102
is_downloading_update_
(false),
163
if (!
is_downloading_update_
) {
166
is_downloading_update_
= true;
Completed in 35 milliseconds