Home
last modified time | relevance | path

Searched refs:FormatList (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager_unittest.cc75 EXPECT_EQ(pm.FormatList(phish, false), in TEST_F()
77 EXPECT_EQ(pm.FormatList(phish, true), in TEST_F()
82 EXPECT_EQ(pm.FormatList(phish, false), in TEST_F()
84 EXPECT_EQ(pm.FormatList(phish, true), in TEST_F()
90 EXPECT_EQ(pm.FormatList(phish, false), "goog-phish-shavar;s:16,32,64-96\n"); in TEST_F()
91 EXPECT_EQ(pm.FormatList(phish, true), in TEST_F()
97 EXPECT_EQ(pm.FormatList(phish, false), "goog-phish-shavar;\n"); in TEST_F()
98 EXPECT_EQ(pm.FormatList(phish, true), "goog-phish-shavar;mac\n"); in TEST_F()
Dprotocol_manager.cc596 list_data.append(FormatList(lists[i], use_mac)); in OnGetChunksComplete()
607 list_data.append(FormatList( in OnGetChunksComplete()
611 list_data.append(FormatList( in OnGetChunksComplete()
683 std::string SafeBrowsingProtocolManager::FormatList( in FormatList() function in SafeBrowsingProtocolManager
Dprotocol_manager.h286 static std::string FormatList(const SBListChunkRanges& list, bool use_mac);