HomeSort by relevance Sort by last modified time
    Searched full:hashes_list (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
computed_hashes.cc 72 base::ListValue* hashes_list = NULL; local
73 if (!dictionary->GetList(kBlockHashesKey, &hashes_list))
83 for (size_t j = 0; j < hashes_list->GetSize(); j++) {
85 if (!hashes_list->GetString(j, &encoded))
verified_contents.cc 146 ListValue* hashes_list = NULL;
147 if (!dictionary->GetList(kContentHashesKey, &hashes_list))
150 for (size_t i = 0; i < hashes_list->GetSize(); i++) {
152 if (!hashes_list->GetDictionary(i, &hashes))

Completed in 555 milliseconds