OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:csd_whitelist_store_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc
429
return
csd_whitelist_store_
.get();
456
DCHECK(!
csd_whitelist_store_
.get());
474
csd_whitelist_store_
(csd_whitelist_store),
526
if (
csd_whitelist_store_
.get()) {
527
csd_whitelist_store_
->Init(
533
if (
csd_whitelist_store_
->GetAddFullHashes(&full_hashes)) {
[
all
...]
safe_browsing_database.h
357
//
csd_whitelist_store_
based on list_id.
432
scoped_ptr<SafeBrowsingStore>
csd_whitelist_store_
;
member in class:SafeBrowsingDatabaseNew
Completed in 118 milliseconds