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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 40 base::FilePath manifest_path = target_dir.AppendASCII(host_name + ".json"); local
41 JSONFileValueSerializer serializer(manifest_path);
52 manifest_key.WriteValue(NULL, manifest_path.value().c_str()));
native_process_launcher.cc 127 base::FilePath manifest_path = local
130 if (manifest_path.empty()) {
138 NativeMessagingHostManifest::Load(manifest_path, &error_message);
166 host_path = manifest_path.DirName().Append(host_path);
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 160 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename); local
161 JSONFileValueSerializer serializer(manifest_path);
convert_web_app.cc 122 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename); local
123 JSONFileValueSerializer serializer(manifest_path);
extension_icon_manager_unittest.cc 108 base::FilePath manifest_path = test_dir.AppendASCII( local
111 JSONFileValueSerializer serializer(manifest_path);
118 manifest_path.DirName(), Manifest::INVALID_LOCATION, *manifest.get(),
150 base::FilePath manifest_path = test_dir.AppendASCII( local
153 JSONFileValueSerializer serializer(manifest_path);
160 manifest_path.DirName(), Manifest::COMPONENT, *manifest.get(),
app_background_page_apitest.cc 53 base::FilePath manifest_path = app_dir_.path().AppendASCII("manifest.json"); local
54 int bytes_written = base::WriteFile(manifest_path,
extension_ui_unittest.cc 74 base::FilePath manifest_path = extension_path.Append(kManifestFilename); local
76 manifest_path, &error));
sandboxed_unpacker.cc 630 base::FilePath manifest_path = local
633 if (base::WriteFile(manifest_path, manifest_json.data(), size) != size) {
extension_service_unittest.cc 981 std::string manifest_path = extension_id + ".manifest"; local
2240 base::FilePath manifest_path = local
2743 base::FilePath manifest_path = local
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.cc 26 base::FilePath manifest_path; local
28 PathService::Get(chrome::DIR_TEST_DATA, &manifest_path);
29 manifest_path = manifest_path.Append(filename_path);
30 extension_path = manifest_path.DirName();
32 EXPECT_TRUE(base::PathExists(manifest_path)) <<
33 "Couldn't find " << manifest_path.value();
35 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 293 const base::FilePath manifest_path = local
297 !base::PathExists(manifest_path))
300 if (!base::ReadFileToString(manifest_path, &component_ime.manifest))
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 116 base::FilePath manifest_path = local
118 if (!base::PathExists(manifest_path)) {
123 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.cc 157 base::FilePath manifest_path; local
165 &manifest_path);
166 host->Launch(this, reply_msg, manifest_path);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 126 base::DictionaryValue* ReadJSONManifest(const base::FilePath& manifest_path) {
127 JSONFileValueSerializer serializer(manifest_path);
139 base::FilePath manifest_path = local
141 if (!base::PathExists(manifest_path))
143 return ReadJSONManifest(manifest_path);
149 base::FilePath manifest_path = local
151 if (!base::PathExists(manifest_path))
153 return ReadJSONManifest(manifest_path);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 757 base::FilePath manifest_path; local
758 PathService::Get(chrome::DIR_TEST_DATA, &manifest_path);
759 manifest_path = manifest_path.AppendASCII("extensions")
764 ASSERT_TRUE(base::ReadFileToString(manifest_path, &manifest_str))
765 << "Failed to load: " << manifest_path.value();
    [all...]
  /external/chromium_org/extensions/common/
file_util.cc 165 base::FilePath manifest_path = extension_path.Append(manifest_filename); local
166 if (!base::PathExists(manifest_path)) {
171 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 154 base::FilePath manifest_path = local
157 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 728 base::FilePath manifest_path = local
733 ext = LoadExtension(manifest_path);
    [all...]

Completed in 520 milliseconds