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

  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 31 FilePath manifest_path = app_dir_.path().AppendASCII("manifest.json"); local
32 int bytes_written = file_util::WriteFile(manifest_path,
convert_user_script.cc 134 FilePath manifest_path = temp_dir.path().Append( local
136 JSONFileValueSerializer serializer(manifest_path);
extension_ui_unittest.cc 30 FilePath manifest_path = extension_path.Append( local
33 manifest_path, &error));
convert_web_app.cc 136 FilePath manifest_path = temp_dir.path().Append( local
138 JSONFileValueSerializer serializer(manifest_path);
extension_icon_manager_unittest.cc 104 FilePath manifest_path = test_dir.AppendASCII( local
107 JSONFileValueSerializer serializer(manifest_path);
113 manifest_path.DirName(), Extension::INVALID, *manifest.get(),
sandboxed_extension_unpacker.cc 444 FilePath manifest_path = local
446 if (!file_util::WriteFile(manifest_path,
extension_service_unittest.cc 780 std::string manifest_path = extension_id + ".manifest"; local
781 ASSERT_TRUE(dict->GetDictionary(manifest_path, &pref)) << msg;
2028 FilePath manifest_path = extension_path.Append(Extension::kManifestFilename); local
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 400 FilePath manifest_path = local
403 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 93 FilePath manifest_path = local
95 if (!file_util::PathExists(manifest_path)) {
100 JSONFileValueSerializer serializer(manifest_path);
extension_unpacker.cc 95 FilePath manifest_path = local
97 if (!file_util::PathExists(manifest_path)) {
102 JSONFileValueSerializer serializer(manifest_path);

Completed in 345 milliseconds