OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBFullHash
(Results
26 - 39
of
39
) sorted by null
1
2
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc
78
std::vector<
SBFullHash
>* full_hashes) {
92
SBFullHash
full_hash;
114
std::vector<
SBFullHash
> full_hashes;
590
std::vector<
SBFullHash
> full_hashes;
717
std::vector<
SBFullHash
> full_hashes;
719
for (std::vector<
SBFullHash
>::const_iterator it = full_hashes.begin();
756
const
SBFullHash
full_hash = entry->FullHashAt(i);
829
const
SBFullHash
full_hash = entry->FullHashAt(i);
[
all
...]
safe_browsing_database.h
307
std::vector<
SBFullHash
> csd_whitelist_;
safe_browsing_service.h
79
scoped_ptr<
SBFullHash
> full_hash;
safe_browsing_service_browsertest.cc
267
sizeof(
SBFullHash
));
330
SBFullHash
full_hash;
safe_browsing_store_file.cc
336
const
SBFullHash
& full_hash) {
349
const
SBFullHash
& full_hash) {
safe_browsing_database_unittest.cc
33
SBFullHash
Sha256Hash(const std::string& str) {
34
SBFullHash
hash;
[
all
...]
safe_browsing_service.cc
236
check->full_hash.reset(new
SBFullHash
);
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h
334
typedef std::pair<std::vector<
SBFullHash
>, bool> SBWhitelist;
344
const std::vector<
SBFullHash
>& hashes);
safe_browsing_store_file.cc
340
const
SBFullHash
& full_hash) {
353
const
SBFullHash
& full_hash) {
safe_browsing_database_unittest.cc
35
SBFullHash
Sha256Hash(const std::string& str) {
36
SBFullHash
hash;
100
EXPECT_EQ(sizeof(
SBFullHash
), full_hash_str.size());
101
SBFullHash
full_hash;
102
std::memcpy(&(full_hash.full_hash), full_hash_str.data(), sizeof(
SBFullHash
));
[
all
...]
safe_browsing_blocking_page_test.cc
105
std::vector<
SBFullHash
>(),
safe_browsing_service_browsertest.cc
347
sizeof(
SBFullHash
));
[
all
...]
download_protection_service_unittest.cc
141
std::vector<
SBFullHash
>(),
[
all
...]
/external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc
530
std::vector<
SBFullHash
>(),
[
all
...]
Completed in 401 milliseconds
1
2