Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_parser.h61 std::string FormatList(const SBListChunkRanges& list);
Dprotocol_manager.cc610 update_list_data_.append(safe_browsing::FormatList(lists[i])); in OnGetChunksComplete()
624 update_list_data_.append(safe_browsing::FormatList( in OnGetChunksComplete()
628 update_list_data_.append(safe_browsing::FormatList( in OnGetChunksComplete()
Dprotocol_manager_unittest.cc187 safe_browsing::FormatList(phish)); in TEST_F()
193 safe_browsing::FormatList(phish)); in TEST_F()
200 safe_browsing::FormatList(phish)); in TEST_F()
206 safe_browsing::FormatList(phish)); in TEST_F()
Dprotocol_parser.cc381 std::string FormatList(const SBListChunkRanges& list) { in FormatList() function