OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatList
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
protocol_manager_unittest.cc
75
EXPECT_EQ(pm.
FormatList
(phish, false),
77
EXPECT_EQ(pm.
FormatList
(phish, true),
82
EXPECT_EQ(pm.
FormatList
(phish, false),
84
EXPECT_EQ(pm.
FormatList
(phish, true),
90
EXPECT_EQ(pm.
FormatList
(phish, false), "goog-phish-shavar;s:16,32,64-96\n");
91
EXPECT_EQ(pm.
FormatList
(phish, true),
97
EXPECT_EQ(pm.
FormatList
(phish, false), "goog-phish-shavar;\n");
98
EXPECT_EQ(pm.
FormatList
(phish, true), "goog-phish-shavar;mac\n");
protocol_manager.cc
596
list_data.append(
FormatList
(lists[i], use_mac));
607
list_data.append(
FormatList
(
611
list_data.append(
FormatList
(
683
std::string SafeBrowsingProtocolManager::
FormatList
(
protocol_manager.h
286
static std::string
FormatList
(const SBListChunkRanges& list, bool use_mac);
/external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc
603
update_list_data_.append(
FormatList
(lists[i]));
614
update_list_data_.append(
FormatList
(
618
update_list_data_.append(
FormatList
(
667
std::string SafeBrowsingProtocolManager::
FormatList
(
protocol_manager.h
247
static std::string
FormatList
(const SBListChunkRanges& list);
protocol_manager_unittest.cc
142
EXPECT_EQ(pm->
FormatList
(phish),
147
EXPECT_EQ(pm->
FormatList
(phish), "goog-phish-shavar;a:1,4,6,8-20,99\n");
152
EXPECT_EQ(pm->
FormatList
(phish), "goog-phish-shavar;s:16,32,64-96\n");
157
EXPECT_EQ(pm->
FormatList
(phish), "goog-phish-shavar;\n");
[
all
...]
Completed in 27 milliseconds