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

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 180 (checksum_algorithm, checksum_value) = FILEPATH_RE.match(filepath).groups()
182 expectations[gm_json.JSONKEY_IMAGE_CHECKSUMVALUE] = checksum_value
  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.cc 174 const base::Value* checksum_value; local
175 if (d_value.Get(kChecksumKey, &checksum_value)) {
176 if (checksum_value->GetType() != base::Value::TYPE_STRING)
178 if (!checksum_value->GetAsString(&stored_checksum_))

Completed in 64 milliseconds