HomeSort by relevance Sort by last modified time
    Searched refs:GetListId (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util_unittest.cc 306 safe_browsing_util::GetListId(list_name));
312 safe_browsing_util::GetListId(list_name));
318 safe_browsing_util::GetListId(list_name));
325 safe_browsing_util::GetListId(list_name));
safe_browsing_util.h 280 int GetListId(const std::string& name);
safe_browsing_database.cc 206 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
208 DCHECK_NE(safe_browsing_util::GetListId(listname),
    [all...]
protocol_parser.cc 99 if (safe_browsing_util::GetListId(full_hash.list_name) < 0) {
safe_browsing_util.cc 172 int GetListId(const std::string& name) {
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util_unittest.cc 306 safe_browsing_util::GetListId(list_name));
312 safe_browsing_util::GetListId(list_name));
318 safe_browsing_util::GetListId(list_name));
325 safe_browsing_util::GetListId(list_name));
safe_browsing_util.h 318 ListType GetListId(const std::string& name);
safe_browsing_database.cc 267 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
269 DCHECK_NE(safe_browsing_util::GetListId(listname),
    [all...]
protocol_parser.cc 73 if (safe_browsing_util::GetListId(full_hash.list_name) < 0) {
safe_browsing_util.cc 169 ListType GetListId(const std::string& name) {

Completed in 174 milliseconds