Searched refs:manifest (Results 226 - 250 of 310) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/search/
H A Dhotword_service_unittest.cc20 #include "extensions/common/manifest.h"
40 scoped_ptr<base::DictionaryValue> manifest = variable
47 extensions::ExtensionBuilder().SetManifest(manifest.Pass())
/external/smali/smali/
H A Dbuild.gradle150 manifest {
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc25 #include "extensions/common/manifest.h"
355 base::DictionaryValue manifest; local
356 manifest.SetString("name", "extension");
357 manifest.SetString("version", "1.0");
358 manifest.SetInteger("manifest_version", 2);
365 manifest.Set("permissions", permissions_list.release());
371 manifest, Extension::NO_FLAGS, &error)); local
816 // Tests API availability with an empty manifest.
828 // These require manifest keys.
877 // Tests that permissions that require manifest key
[all...]
/external/chromium_org/extensions/common/features/
H A Dsimple_feature_unittest.cc298 base::DictionaryValue manifest; local
299 manifest.SetString("name", "test");
300 manifest.SetString("version", "1");
301 manifest.SetInteger("manifest_version", 21);
302 manifest.SetString("app.launch.local_path", "foo.html");
306 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS, local
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_update_job.cc477 // Asynchronously load response info for manifest from newest cache.
508 manifest_has_valid_mime_type_ = (mime_type == "text/cache-manifest");
544 "the manifest file returned 404 or 410",
580 Manifest manifest; local
586 manifest)) {
587 const char* kFormatString = "Failed to parse manifest %s";
603 BuildUrlFileList(manifest);
604 inprogress_cache_->InitializeWithManifest(&manifest);
617 if (manifest.did_ignore_intercept_namespaces) {
620 "Ignoring the INTERCEPT section of the application cache manifest "
[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
87 * Requests wallpaper manifest file from server.
131 var manifest = JSON.parse(this.responseText);
132 loop.success(manifest);
152 // If device is offline, fetches manifest from local storage.
153 // TODO(bshe): Always loading the offline manifest first and replacing
170 * Sets manifest loaded from server. Called after manifest is successfully
172 * @param {object} manifest The parsed manifest fil
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.cc254 std::string manifest; local
255 if (!base::ReadFileToString(path.Append(manifest_relative_path), &manifest)) {
259 std::string extension_id = service->component_loader()->Add(manifest, path);
H A Dextension_install_prompt.cc33 #include "extensions/common/manifest.h"
462 const base::DictionaryValue* manifest,
470 localized_manifest.reset(manifest->DeepCopy());
484 localized_manifest.get() ? *localized_manifest.get() : *manifest,
461 GetLocalizedExtensionForDisplay( const base::DictionaryValue* manifest, int flags, const std::string& id, const std::string& localized_name, const std::string& localized_description, std::string* error) argument
H A Dextension_install_prompt.h252 // Creates a dummy extension from the |manifest|, replacing the name and
255 const base::DictionaryValue* manifest,
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc319 // manifest. Required arguments, in order, are:
345 // Fill the manifest with the desired values.
349 // Write the manifest to |src_path|.
350 const std::string manifest(base::UTF16ToUTF8(manifest16));
351 int size = base::checked_cast<int>(manifest.size());
354 manifest.c_str(), size) == size) {
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc270 browser_context_, extension->id(), extension->manifest()->value());
370 const base::DictionaryValue* manifest) {
376 args->Append(manifest->DeepCopy());
367 DispatchOnUpdateAvailableEvent( content::BrowserContext* context, const std::string& extension_id, const base::DictionaryValue* manifest) argument
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc269 // Create the manifest service proxy here, so on error case, it will be
372 // Create the manifest service handle as well.
392 // Currently, manifest service works only on linux/non-SFI mode.
848 "manifest file too large.");
852 "could not load manifest url.");
944 "could not load manifest url.");
949 "manifest file too large.");
954 "access to manifest url was denied.");
960 "could not load manifest url.");
1008 JsonManifest* manifest local
1051 JsonManifest* manifest = GetJsonManifest(instance); local
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc28 #include "extensions/common/manifest.h"
273 const std::string& manifest) {
277 manifest,
272 AddExpectedManifest(const std::string& id, const std::string& manifest) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc204 scoped_ptr<base::DictionaryValue> manifest = extensions::DictionaryBuilder() local
210 builder.SetManifest(manifest.Pass()).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.cc291 base::DictionaryValue manifest; variable
292 manifest.SetString(extensions::manifest_keys::kName,
294 manifest.SetString(extensions::manifest_keys::kVersion, "1");
295 manifest.SetString(extensions::manifest_keys::kDescription,
306 manifest,
311 manifest,
336 manifest,
341 manifest,
346 manifest,
351 manifest,
[all...]
/external/chromium_org/chrome/browser/component_updater/test/
H A Dupdate_checker_unittest.cc204 EXPECT_STREQ("1.0", results_.list[0].manifest.version.c_str());
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc174 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.cc15 #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.cc133 CHECK(extension->manifest()->Get(manifest_keys::kSettingsOverride, &dict));
167 // manifest
H A Dtheme_handler.cc11 #include "extensions/common/manifest.h"
172 if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) {
H A Dui_overrides_handler.cc26 // The manifest permission implementation supports a permission for overriding
170 CHECK(extension->manifest()->Get(manifest_keys::kUIOverride, &dict));

Completed in 568 milliseconds

1234567891011>>