Searched refs:manifest_path (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/extensions/
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 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 Dconvert_web_app.cc136 FilePath manifest_path = temp_dir.path().Append( local
138 JSONFileValueSerializer serializer(manifest_path);
H A Dextension_ui_unittest.cc30 FilePath manifest_path = extension_path.Append( local
33 manifest_path, &error));
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/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/common/extensions/docs/build/
H A Ddirectory.py65 def __init__(self, manifest_path):
69 manifest_path: Path to extension_api.json
71 self._manifest = parse_json_file(manifest_path)
260 def __init__(self, manifest_path, api_methods, base_dir):
264 manifest_path: A filesystem path to a manifest file.
271 self._manifest_path = manifest_path
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.h44 virtual bool LoadManifestFromFile(const FilePath& manifest_path);
H A Dcustomization_document.cc83 const FilePath& manifest_path) {
85 if (!file_util::ReadFileToString(manifest_path, &manifest))
82 LoadManifestFromFile( const FilePath& manifest_path) argument
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc400 FilePath manifest_path = local
403 JSONFileValueSerializer serializer(manifest_path);

Completed in 190 milliseconds