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

  /external/chromium/chrome/browser/extensions/
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(),
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);
convert_web_app.cc 136 FilePath manifest_path = temp_dir.path().Append( local
138 JSONFileValueSerializer serializer(manifest_path);
extension_ui_unittest.cc 30 FilePath manifest_path = extension_path.Append( local
33 manifest_path, &error));
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...]
  /development/testrunner/
android_manifest.py 121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
122 if os.path.isfile(manifest_path):
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 95 FilePath manifest_path = local
97 if (!file_util::PathExists(manifest_path)) {
102 JSONFileValueSerializer serializer(manifest_path);
extension_file_util.cc 93 FilePath manifest_path = local
95 if (!file_util::PathExists(manifest_path)) {
100 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium/chrome/browser/chromeos/
customization_document.h 44 virtual bool LoadManifestFromFile(const FilePath& manifest_path);
customization_document.cc 83 const FilePath& manifest_path) {
85 if (!file_util::ReadFileToString(manifest_path, &manifest))
  /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/docs/build/
directory.py 65 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

Completed in 1381 milliseconds