OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatList
(Results
1 - 3
of
3
) 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);
Completed in 33 milliseconds