Searched refs:manifest (Results 251 - 275 of 372) sorted by relevance

<<1112131415

/external/chromium_org/extensions/common/features/
H A Dsimple_feature_unittest.cc10 #include "extensions/common/manifest.h"
281 base::DictionaryValue manifest; local
282 manifest.SetString("name", "test");
283 manifest.SetString("version", "1");
284 manifest.SetInteger("manifest_version", 21);
285 manifest.SetString("app.launch.local_path", "foo.html");
289 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS, local
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc499 // Asynchronously load response info for manifest from newest cache.
530 manifest_has_valid_mime_type_ = (mime_type == "text/cache-manifest");
566 "the manifest file returned 404 or 410",
602 AppCacheManifest manifest; local
608 manifest)) {
609 const char* kFormatString = "Failed to parse manifest %s";
625 BuildUrlFileList(manifest);
626 inprogress_cache_->InitializeWithManifest(&manifest);
639 if (manifest.did_ignore_intercept_namespaces) {
642 "Ignoring the INTERCEPT section of the application cache manifest "
[all...]
H A Dappcache.h112 // Initializes the cache with information in the manifest.
113 // Do not use the manifest after this call.
114 void InitializeWithManifest(AppCacheManifest* manifest);
H A Dappcache_update_job.h211 // Checks if manifest is byte for byte identical with the manifest
218 void BuildUrlFileList(const AppCacheManifest& manifest);
290 // are listed in the manifest may be fetched as a regular URL instead of
312 // Temporary storage of manifest response data for parsing and comparison.
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc172 JsonManifest* manifest = GetJsonManifest(pp_instance_); variable
174 if (load_manager && manifest) {
179 if (manifest->GetProgramURL(&full_url,
295 // Create the manifest service proxy here, so on error case, it will be
424 // Create the manifest service handle as well.
442 // Currently, manifest service works only on linux/non-SFI mode.
851 "manifest file too large.");
855 "could not load manifest url.");
947 "could not load manifest url.");
952 "manifest fil
1011 JsonManifest* manifest = GetJsonManifest(instance); local
1054 JsonManifest* manifest = GetJsonManifest(instance); local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js48 * Index offset of categories parsed from manifest. The All category is added
86 * Requests wallpaper manifest file from server.
130 var manifest = JSON.parse(this.responseText);
131 loop.success(manifest);
151 // If device is offline, fetches manifest from local storage.
152 // TODO(bshe): Always loading the offline manifest first and replacing
169 * Sets manifest loaded from server. Called after manifest is successfully
171 * @param {object} manifest The parsed manifest fil
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.cc262 std::string manifest; local
263 if (!base::ReadFileToString(path.Append(manifest_relative_path), &manifest)) {
267 std::string extension_id = service->component_loader()->Add(manifest, path);
H A Dextension_toolbar_model_unittest.cc34 DictionaryBuilder manifest; local
35 manifest.Set("name", name)
40 manifest.Set(action_key, DictionaryBuilder().Pass());
42 return ExtensionBuilder().SetManifest(manifest.Pass())
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc307 // manifest. Required arguments, in order, are:
333 // Fill the manifest with the desired values.
337 // Write the manifest to |src_path|.
338 const std::string manifest(base::UTF16ToUTF8(manifest16));
339 int size = base::checked_cast<int>(manifest.size());
342 manifest.c_str(), size) == size) {
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc28 #include "extensions/common/manifest.h"
275 const std::string& manifest) {
279 manifest,
274 AddExpectedManifest(const std::string& id, const std::string& manifest) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc205 scoped_ptr<base::DictionaryValue> manifest = extensions::DictionaryBuilder() local
214 builder.SetManifest(manifest.Pass()).AddFlags(creation_flags).Build();
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmanifest_util.py159 This allows the template manifest to be maintained without
414 """This class contains utilities for manipulation an SDK manifest string
428 # Validate the manifest top level
457 """Return all the bundles in the manifest."""
461 """Add or replace a bundle in the manifest.
463 Note: If a bundle in the manifest already exists with this name, it will be
501 manifest file) or if its revision is later than the revision in this file.
516 """Merge a Bundle into this manifest.
530 raise Error('cannot merge manifest bundle \'%s\', it already exists'
534 def MergeManifest(self, manifest)
[all...]
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py244 def assertManifestEquals(self, manifest, expected):
245 """Compare two manifest dictionaries.
247 The input manifest is regenerated with all string keys and values being
252 manifest: The generated manifest.
253 expected: The expected manifest.
272 self.assertEqual(StripSoCopyDict(manifest), expected)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache ...
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc290 base::DictionaryValue manifest; variable
291 manifest.SetString(extensions::manifest_keys::kName,
293 manifest.SetString(extensions::manifest_keys::kVersion, "1");
294 manifest.SetString(extensions::manifest_keys::kDescription,
305 manifest,
310 manifest,
335 manifest,
340 manifest,
345 manifest,
350 manifest,
[all...]
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc170 bool CRLSetFetcher::Install(const base::DictionaryValue& manifest, argument
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.cc14 #include "extensions/common/manifest.h"
272 if (!extension->manifest()->GetList(keys::kFileBrowserHandlers,
/external/chromium_org/chrome/common/extensions/api/input_ime/
H A Dinput_components_handler.cc14 #include "extensions/common/manifest.h"
53 if (!extension->manifest()->GetList(keys::kInputComponents, &list_value)) {
118 // input_ime manifest specification.
186 // Note: 'input_view' is optional in manifest.
199 // Note: 'options_page' is optional in manifest.
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler.cc131 CHECK(extension->manifest()->Get(manifest_keys::kSettingsOverride, &dict));
165 // manifest
H A Dtheme_handler.cc12 #include "extensions/common/manifest.h"
172 if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) {
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.cc18 #include "extensions/common/manifest.h"
138 extension->manifest()->value()->DeepCopy());
/external/chromium_org/chromeos/ime/
H A Dcomponent_extension_ime_manager.cc133 delegate_->Load(profile, ime.id, ime.manifest, ime.path);
/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc207 EXPECT_STREQ("1.0", results_.list[0].manifest.version.c_str());
/external/chromium_org/extensions/browser/api/
H A Dexecute_code_function.cc57 extension()->manifest()->GetString(manifest_keys::kDefaultLocale,
/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable.cc64 CHECK(extension->manifest()->Get(keys::kExternallyConnectable,

Completed in 1696 milliseconds

<<1112131415