OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAddFullHashes
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h
139
virtual bool
GetAddFullHashes
(
safe_browsing_store.h
165
virtual bool
GetAddFullHashes
(
safe_browsing_database.cc
533
if (csd_whitelist_store_->
GetAddFullHashes
(&full_hashes)) {
549
if (download_whitelist_store_->
GetAddFullHashes
(&full_hashes)) {
603
if (ip_blacklist_store_->
GetAddFullHashes
(&full_hashes)) {
[
all
...]
safe_browsing_store_file_unittest.cc
659
EXPECT_TRUE(store_->
GetAddFullHashes
(&add_hashes));
799
EXPECT_TRUE(store_->
GetAddFullHashes
(&add_hashes));
safe_browsing_store_file.cc
503
//
GetAddFullHashes
(). Those functions are generally used only for smaller
651
bool SafeBrowsingStoreFile::
GetAddFullHashes
(
[
all
...]
Completed in 311 milliseconds