OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPrefixAt
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
198
void
SetPrefixAt
(int index, const SBPrefix& prefix);
safe_browsing_database_unittest.cc
51
host.entry->
SetPrefixAt
(0, url_prefix);
93
host.entry->
SetPrefixAt
(0, Sha256Prefix(url1));
94
host.entry->
SetPrefixAt
(1, Sha256Prefix(url2));
129
host.entry->
SetPrefixAt
(0, url_prefix);
159
host.entry->
SetPrefixAt
(0, Sha256Prefix(url1));
161
host.entry->
SetPrefixAt
(1, Sha256Prefix(url2));
[
all
...]
protocol_parser.cc
444
entry->
SetPrefixAt
(i, *reinterpret_cast<const SBPrefix*>(*data));
safe_browsing_util.cc
142
void SBEntry::
SetPrefixAt
(int index, const SBPrefix& prefix) {
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h
225
void
SetPrefixAt
(int index, const SBPrefix& prefix);
safe_browsing_database_unittest.cc
65
host.entry->
SetPrefixAt
(0, url_prefix);
126
host.entry->
SetPrefixAt
(0, Sha256Prefix(url1));
127
host.entry->
SetPrefixAt
(1, Sha256Prefix(url2));
162
host.entry->
SetPrefixAt
(0, url_prefix);
192
host.entry->
SetPrefixAt
(0, Sha256Prefix(url1));
194
host.entry->
SetPrefixAt
(1, Sha256Prefix(url2));
[
all
...]
protocol_parser.cc
412
entry->
SetPrefixAt
(i, prefix);
safe_browsing_util.cc
134
void SBEntry::
SetPrefixAt
(int index, const SBPrefix& prefix) {
Completed in 31 milliseconds