OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_in_progress_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc
166
update_in_progress_
(false),
424
DCHECK(!
update_in_progress_
);
425
update_in_progress_
= true;
433
if (
update_in_progress_
) {
434
update_in_progress_
= false;
444
return
update_in_progress_
;
[
all
...]
safe_browsing_service.h
445
bool
update_in_progress_
;
member in class:SafeBrowsingService
/external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc
154
update_in_progress_
(false),
484
DCHECK(!
update_in_progress_
);
485
update_in_progress_
= true;
491
if (
update_in_progress_
) {
492
update_in_progress_
= false;
[
all
...]
database_manager.h
410
bool
update_in_progress_
;
member in class:SafeBrowsingDatabaseManager
Completed in 256 milliseconds