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

1234567891011>>

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc701 if (it->manifest.version.empty()) {
708 if (!IsVersionNewer(crx->component.version, it->manifest.version)) {
715 if (!it->manifest.browser_min_version.empty()) {
717 it->manifest.browser_min_version)) {
725 if (it->manifest.packages.size() != 1) {
733 crx->next_version = Version(it->manifest.version);
738 const Package& package(it->manifest.packages[0]);
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage_unittest.cc429 const GURL kManifestUrl("http://blah/manifest");
468 const GURL kManifestUrl("http://blah/manifest");
472 AppCacheManifest manifest; local
473 manifest.fallback_namespaces.push_back(
476 manifest.fallback_namespaces.push_back(
481 cache->InitializeWithManifest(&manifest);
580 const GURL kManifestUrl("http://blah/manifest");
584 AppCacheManifest manifest; local
585 manifest.online_whitelist_namespaces.push_back(
589 cache->InitializeWithManifest(&manifest);
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_external_updater.cc38 base::FilePath manifest = local
40 if (!base::PathExists(manifest)) {
45 JSONFileValueSerializer serializer(manifest);
266 LOG(ERROR) << "Found bad entry in manifest type " << it.value().GetType();
272 LOG(ERROR) << "Can't find external crx in manifest " << app_id;
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc243 browser_context_, extension->id(), extension->manifest()->value());
343 const base::DictionaryValue* manifest) {
349 args->Append(manifest->DeepCopy());
340 DispatchOnUpdateAvailableEvent( content::BrowserContext* context, const std::string& extension_id, const base::DictionaryValue* manifest) argument
H A Druntime_api.h129 const base::DictionaryValue* manifest);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java167 File manifest = new File(buildDirectory, "plugins/" + id + "/META-INF/MANIFEST.MF");
169 if (manifest.exists()) {
171 headers = Headers.parseManifest(new FileInputStream(manifest));
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice_unittest.cc88 base::DictionaryValue manifest; local
90 manifest.SetStringWithoutPathExpansion(extensions::manifest_keys::kVersion,
92 manifest.SetStringWithoutPathExpansion(extensions::manifest_keys::kName,
96 manifest,
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.h154 virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE;
H A Dmobile_config.cc241 bool MobileConfig::LoadManifestFromString(const std::string& manifest) { argument
242 if (!CustomizationDocument::LoadManifestFromString(manifest))
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc120 const char kInvalidManifestError[] = "Invalid manifest";
187 item.manifest = params.details[i]->manifest;
278 this, params_->details.id, params_->details.manifest, icon_data, icon_url,
484 if (IsAppLauncherEnabled() && approval_->manifest->is_app()) {
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc258 result->manifest = scoped_ptr<Manifest>(
334 if (!approval_->manifest->value()->GetString(manifest_keys::kName, &name)) {
343 approval_->manifest->is_app(),
344 approval_->manifest->is_platform_app());
350 // TODO(crbug.com/305343): Query manifest of dependencies before
H A Dwebstore_installer.h73 // Do not check for any manifest equality.
110 // prompt if the actual manifest from the extension to be installed matches
112 // to require an exact manifest match, or are willing to tolerate a looser
128 // The expected manifest, before localization.
129 scoped_ptr<Manifest> manifest; member in struct:extensions::WebstoreInstaller::Approval
147 // Manifest check level for checking actual manifest against expected
148 // manifest.
157 // A dummy extension created from |manifest|;
H A Dwebstore_standalone_installer.h87 // Lazily creates a dummy extension for display from the parsed manifest. This
88 // is safe to call from OnManifestParsed() onwards. The manifest may be
140 // Will be called after the extension's manifest has been successfully parsed.
173 const base::DictionaryValue* manifest() const { return manifest_.get(); } function in class:extensions::WebstoreStandaloneInstaller
187 // 3. OnWebstoreResponseParseSuccess: starts the parsing of the manifest and
H A Dchrome_app_api_browsertest.cc22 #include "extensions/common/manifest.h"
163 // extension->manifest() does not contain the id.
166 EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
242 // extension->manifest() does not contain the id.
245 EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.cc12 #include "extensions/common/manifest.h"
54 if (!extension->manifest()->GetDictionary(keys::kTtsEngine, &tts_dict)) {
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.cc23 // parsing the manifest: declare a schema for the manifest entry in
138 if (!extension->manifest()->GetDictionary(
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dui_overrides_handler.cc25 // The manifest permission implementation supports a permission for overriding
135 CHECK(extension->manifest()->Get(manifest_keys::kUIOverride, &dict));
/external/chromium_org/extensions/common/manifest_handlers/
H A Dfile_handler_info.cc13 #include "extensions/common/manifest.h"
128 if (!extension->manifest()->GetDictionary(keys::kFileHandlers,
H A Dwebview_info.cc13 #include "extensions/common/manifest.h"
108 if (!extension->manifest()->GetDictionary(keys::kWebview,
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc234 virtual bool OnCustomInstall(const base::DictionaryValue& manifest, argument
241 scoped_ptr<base::DictionaryValue> manifest) {
239 ComponentReady(const base::Version& version, const base::FilePath& install_dir, scoped_ptr<base::DictionaryValue> manifest) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc36 #include "extensions/common/manifest.h"
181 if (extension->manifest()->HasPath(manifest_keys::kStorageManagedSchema))
198 if (!(*it)->manifest()->GetString(
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc375 base::DictionaryValue manifest; local
376 manifest.SetString(extensions::manifest_keys::kVersion, "1.0.0.0");
377 manifest.SetString(extensions::manifest_keys::kName, name);
380 manifest.Set(extensions::manifest_keys::kTheme,
384 manifest.SetString(extensions::manifest_keys::kLaunchWebURL,
386 manifest.SetString(extensions::manifest_keys::kUpdateURL,
395 manifest.SetString(extensions::manifest_keys::kOmniboxKeyword, name);
400 manifest,
/external/smali/smali/
H A Dbuild.gradle150 manifest {
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc80 base::DictionaryValue manifest; local
81 manifest.SetString(extensions::manifest_keys::kVersion, "1.0.0.0");
82 manifest.SetString(extensions::manifest_keys::kName, name);
84 manifest.Set(extensions::manifest_keys::kPermissions, permissions);
103 manifest,
111 manifest,
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc25 #include "extensions/common/manifest.h"
396 base::DictionaryValue manifest; local
397 manifest.SetString("name", "extension");
398 manifest.SetString("version", "1.0");
399 manifest.SetInteger("manifest_version", 2);
406 manifest.Set("permissions", permissions_list.release());
412 manifest, Extension::NO_FLAGS, &error)); local
853 // Tests API availability with an empty manifest.
865 // These require manifest keys.
914 // Tests that permissions that require manifest key
[all...]

Completed in 505 milliseconds

1234567891011>>