OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_hash_result
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
database_manager_unittest.cc
48
const SBFullHashResult
full_hash_result
= {
local
53
std::vector<SBFullHashResult> fake_results(1,
full_hash_result
);
safe_browsing_service_browsertest.cc
298
void SetGetFullHashResponse(const SBFullHashResult&
full_hash_result
) {
300
full_hashes_.push_back(
full_hash_result
);
678
SBFullHashResult
full_hash_result
;
local
680
&
full_hash_result
);
681
SetupResponseForUrl(badbin_url,
full_hash_result
);
704
SBFullHashResult
full_hash_result
;
local
706
&
full_hash_result
);
707
SetupResponseForUrl(badbin_url,
full_hash_result
);
720
SBFullHashResult
full_hash_result
;
local
722
&
full_hash_result
);
[
all
...]
Completed in 79 milliseconds