OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_blacklist_store_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc
465
return
ip_blacklist_store_
.get();
488
DCHECK(!
ip_blacklist_store_
.get());
506
ip_blacklist_store_
(ip_blacklist_store),
636
if (
ip_blacklist_store_
.get()) {
638
ip_blacklist_store_
->Init(
645
if (
ip_blacklist_store_
->GetAddFullHashes(&full_hashes)) {
[
all
...]
safe_browsing_database.h
439
scoped_ptr<SafeBrowsingStore>
ip_blacklist_store_
;
member in class:SafeBrowsingDatabaseNew
Completed in 25 milliseconds