OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whitelist_strings
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc
231
std::vector<std::string>*
whitelist_strings
) {
233
certificate, issuer,
whitelist_strings
);
1107
std::vector<std::string>
whitelist_strings
;
local
[
all
...]
download_protection_service.h
171
std::vector<std::string>*
whitelist_strings
);
download_protection_service.cc
738
std::vector<std::string>
whitelist_strings
;
local
740
*cert.get(), *issuer.get(), &
whitelist_strings
);
741
for (size_t j = 0; j <
whitelist_strings
.size(); ++j) {
743
whitelist_strings
[j])) {
[
all
...]
Completed in 143 milliseconds