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

  /external/chromium_org/extensions/browser/
content_hash_reader.cc 47 base::FilePath verified_contents_path = local
50 if (!base::PathExists(verified_contents_path))
54 if (!verified_contents_->InitFrom(verified_contents_path, false) ||
verified_contents_unittest.cc 61 base::FilePath verified_contents_path = local
64 ASSERT_TRUE(contents.InitFrom(verified_contents_path, false));
content_hash_fetcher.cc 181 base::FilePath verified_contents_path = local
186 base::Bind(&base::PathExists, verified_contents_path),
320 base::FilePath verified_contents_path =
323 if (!verified_contents.InitFrom(verified_contents_path, false))

Completed in 145 milliseconds