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

  /external/chromium_org/extensions/browser/
content_hash_reader.cc 51 base::FilePath verified_contents_path = local
61 if (!base::PathExists(verified_contents_path))
65 if (!verified_contents_->InitFrom(verified_contents_path, false) ||
verified_contents_unittest.cc 54 base::FilePath verified_contents_path = local
57 ASSERT_TRUE(contents.InitFrom(verified_contents_path, false));
content_hash_fetcher.cc 192 base::FilePath verified_contents_path = local
199 verified_contents_path),
348 base::FilePath verified_contents_path = local
351 if (!verified_contents_->InitFrom(verified_contents_path, false))

Completed in 295 milliseconds