Home
last modified time | relevance | path

Searched defs:list_name (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser.cc149 std::string list_name; in ParseUpdate() local
251 bool SafeBrowsingProtocolParser::ParseChunk(const std::string& list_name, in ParseChunk()
329 bool SafeBrowsingProtocolParser::ParseAddChunk(const std::string& list_name, in ParseAddChunk()
367 bool SafeBrowsingProtocolParser::ParseSubChunk(const std::string& list_name, in ParseSubChunk()
Dsafe_browsing_util.cc450 bool IsPhishingList(const std::string& list_name) { in IsPhishingList()
454 bool IsMalwareList(const std::string& list_name) { in IsMalwareList()
458 bool IsBadbinurlList(const std::string& list_name) { in IsBadbinurlList()
462 bool IsBadbinhashList(const std::string& list_name) { in IsBadbinhashList()
Dsafe_browsing_util.h30 std::string list_name; member
109 std::string list_name; member
127 std::string list_name; member
Dsafe_browsing_service_browsertest.cc80 virtual void InsertChunks(const std::string& list_name, in InsertChunks()
98 const std::string& list_name, in AddUrl()
113 std::string list_name; member
260 const std::string& list_name, in GenUrlFullhashResult()
273 const std::string& list_name, in GenDigestFullhashResult()
Dsafe_browsing_util_unittest.cc299 std::string list_name; in TEST() local
Dsafe_browsing_service.cc805 const std::string& list_name, SBChunkList* chunks) { in HandleChunkForDatabase()
826 const std::string& list_name) { in GetResultFromListname()
Dsafe_browsing_database.cc869 void SafeBrowsingDatabaseNew::InsertChunks(const std::string& list_name, in InsertChunks()
904 const std::string& list_name = chunk_deletes.front().list_name; in DeleteChunks() local
Dsafe_browsing_test.cc57 std::string list_name; member
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dworker.py92 def handle_test_list(self, src, list_name, test_list): argument
Dtest_runner2.py215 def handle_finished_list(self, source, list_name, num_tests, elapsed_time): argument
/external/v8/src/
Dscopeinfo.cc590 static void PrintList(const char* list_name, in PrintList()