Searched defs:manifest_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dapp_background_page_apitest.cc31 FilePath manifest_path = app_dir_.path().AppendASCII("manifest.json"); local
32 int bytes_written = file_util::WriteFile(manifest_path,
H A Dconvert_user_script.cc134 FilePath manifest_path = temp_dir.path().Append( local
136 JSONFileValueSerializer serializer(manifest_path);
H A Dextension_ui_unittest.cc30 FilePath manifest_path = extension_path.Append( local
33 manifest_path, &error));
H A Dconvert_web_app.cc136 FilePath manifest_path = temp_dir.path().Append( local
138 JSONFileValueSerializer serializer(manifest_path);
H A Dextension_icon_manager_unittest.cc104 FilePath manifest_path = test_dir.AppendASCII( local
107 JSONFileValueSerializer serializer(manifest_path);
113 manifest_path.DirName(), Extension::INVALID, *manifest.get(),
H A Dsandboxed_extension_unpacker.cc444 FilePath manifest_path = local
446 if (!file_util::WriteFile(manifest_path,
H A Dextension_service_unittest.cc780 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
2029 ASSERT_FALSE(file_util::PathExists(manifest_path));
2036 JSONFileValueSerializer serializer(manifest_path);
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc400 FilePath manifest_path = local
403 JSONFileValueSerializer serializer(manifest_path);
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc95 FilePath manifest_path = local
97 if (!file_util::PathExists(manifest_path)) {
102 JSONFileValueSerializer serializer(manifest_path);
H A Dextension_file_util.cc93 FilePath manifest_path = local
95 if (!file_util::PathExists(manifest_path)) {
100 JSONFileValueSerializer serializer(manifest_path);
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.cc83 const FilePath& manifest_path) {
85 if (!file_util::ReadFileToString(manifest_path, &manifest))
82 LoadManifestFromFile( const FilePath& manifest_path) argument

Completed in 165 milliseconds