HomeSort by relevance Sort by last modified time
    Searched defs:list_id (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h 92 int list_id; member in struct:SBFullHashResult
201 bool GetListName(ListType list_id, std::string* list);
safe_browsing_database.cc 98 // To save space, the incoming |chunk_id| and |list_id| are combined
99 // into an |encoded_chunk_id| for storage by shifting the |list_id|
102 // there should be better ways to save chunk_id and list_id after we use
110 int EncodeChunkId(const int chunk, const int list_id) {
111 DCHECK_NE(list_id, safe_browsing_util::INVALID);
112 return chunk << 1 | list_id % 2;
422 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
423 if (list_id == safe_browsing_util::PHISH ||
424 list_id == safe_browsing_util::MALWARE) {
426 } else if (list_id == safe_browsing_util::BINURL)
889 const safe_browsing_util::ListType list_id = local
922 const safe_browsing_util::ListType list_id = local
    [all...]
safe_browsing_service_browsertest.cc 202 int list_id,
204 badurls_[url.spec()].list_id = list_id;
215 int list_id; member in struct:__anon9238::TestSafeBrowsingDatabase::Hits
232 if (badurls_it->second.list_id == list_id0 ||
233 badurls_it->second.list_id == list_id1) {
378 int list_id,
384 full_hash->list_id = list_id;
432 db->AddUrl(url, full_hash.list_id, prefix_hits)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 56 struct dl_list list_id; member in struct:wpa_bss

Completed in 161 milliseconds