Searched refs:FormatList (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/safe_browsing/ |
D | protocol_manager_unittest.cc | 75 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()
|
D | protocol_manager.cc | 596 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
|
D | protocol_manager.h | 286 static std::string FormatList(const SBListChunkRanges& list, bool use_mac);
|