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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h 91 int list_id; member in struct:SBFullHashResult
186 bool GetListName(ListType list_id, std::string* list);
safe_browsing_database.h 51 // SBAddFullHash in deriving |list_id| from |chunk_id|. Differs from
57 int list_id; // TODO(shess): Use safe_browsing_util::ListType. member in struct:SBFullHashCached
358 // csd_whitelist_store_ based on list_id.
359 SafeBrowsingStore* GetStore(int list_id);
395 safe_browsing_util::ListType list_id,
398 safe_browsing_util::ListType list_id,
safe_browsing_database.cc 88 // To save space, the incoming |chunk_id| and |list_id| are combined
89 // into an |encoded_chunk_id| for storage by shifting the |list_id|
92 // there should be better ways to save chunk_id and list_id after we use
100 int EncodeChunkId(const int chunk, const int list_id) {
101 DCHECK_NE(list_id, safe_browsing_util::INVALID);
102 return chunk << 1 | list_id % 2;
210 result.list_id = hiter->list_id;
423 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
424 if (list_id == safe_browsing_util::PHISH |
883 const safe_browsing_util::ListType list_id = local
916 const safe_browsing_util::ListType list_id = local
    [all...]
safe_browsing_service_browsertest.cc 198 int list_id,
200 badurls_[url.spec()].list_id = list_id;
211 int list_id; member in struct:__anon9168::TestSafeBrowsingDatabase::Hits
228 if (badurls_it->second.list_id == list_id0 ||
229 badurls_it->second.list_id == list_id1) {
374 int list_id,
380 full_hash->list_id = list_id;
428 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 170 milliseconds