Searched refs:manifest_version (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/features/
H A Dchrome_channel_feature_filter.h26 int manifest_version,
H A Dchrome_channel_feature_filter.cc87 int manifest_version,
83 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Feature::Platform platfortm) const argument
/external/chromium_org/extensions/common/features/
H A Dfeature.cc43 extension->manifest_version());
H A Dcomplex_feature.cc37 int manifest_version,
41 extension_id, type, location, manifest_version, platform);
48 extension_id, type, location, manifest_version, platform);
33 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Platform platform) const argument
H A Dfeature.h122 int manifest_version) const {
123 return IsAvailableToManifest(extension_id, type, location, manifest_version,
129 int manifest_version,
H A Dsimple_feature_filter.cc32 int manifest_version,
28 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Feature::Platform platform) const argument
H A Dsimple_feature_filter.h51 int manifest_version,
H A Dcomplex_feature.h32 int manifest_version,
H A Dsimple_feature.cc30 int manifest_version,
34 extension_id, type, location, manifest_version, platform);
318 int manifest_version,
364 if (min_manifest_version_ != 0 && manifest_version < min_manifest_version_)
367 if (max_manifest_version_ != 0 && manifest_version > max_manifest_version_)
374 extension_id, type, location, manifest_version, platform);
383 manifest_version,
396 extension->manifest_version(),
26 IsAvailableToManifestForBind( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Feature::Platform platform, const Feature* feature) argument
314 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Platform platform) const argument
H A Dsimple_feature.h95 int manifest_version,
/external/chromium_org/extensions/renderer/
H A Dprocess_info_native_handler.h20 int manifest_version,
H A Dprocess_info_native_handler.cc18 int manifest_version,
24 manifest_version_(manifest_version),
13 ProcessInfoNativeHandler( ScriptContext* context, const std::string& extension_id, const std::string& context_type, bool is_incognito_context, int manifest_version, bool send_request_disabled) argument
H A Ddispatcher.cc1202 int manifest_version = extension ? extension->manifest_version() : 1; local
1213 manifest_version,
/external/chromium_org/extensions/common/manifest_handlers/
H A Dcsp_info.cc83 if (extension->manifest_version() >= 2) {
107 if (extension->manifest_version() >= 2 &&
H A Dweb_accessible_resources_info.cc41 if (extension->manifest_version() < 2 &&
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Daction_info.cc60 if (extension->manifest_version() == 1) {
128 } else if (extension->manifest_version() == 1 && dict->HasKey(keys::kName)) {
140 if (extension->manifest_version() == 1 &&
158 } else if (extension->manifest_version() == 1 &&
/external/chromium_org/extensions/browser/
H A Durl_request_util.cc82 if (extension->manifest_version() < 2 ||
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc78 std::string manifest_version; local
79 manifest.GetStringASCII("version", &manifest_version);
80 base::Version version(manifest_version.c_str());
/external/chromium_org/extensions/common/
H A Dmanifest.cc237 int manifest_version = type_ == TYPE_PLATFORM_APP ? 2 : 1; local
238 value_->GetInteger(keys::kManifestVersion, &manifest_version);
239 return manifest_version;
H A Dextension.cc694 int manifest_version = 1; local
695 if (!manifest_->GetInteger(keys::kManifestVersion, &manifest_version) ||
696 manifest_version < 1) {
H A Dextension.h298 int manifest_version() const { return manifest_version_; } function in class:extensions::Extension
417 // manifest_version attribute in the extension's manifest). We initialize
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc330 Version manifest_version; local
337 &manifest_version) ||
338 !current_version.Equals(manifest_version)) {
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_platformapp_unittest.cc32 EXPECT_EQ(2, extension->manifest_version());
/external/chromium_org/chrome/browser/extensions/
H A Dinstalled_loader.cc398 extension->manifest_version(),
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js141 chrome.runtime.Manifest.prototype.manifest_version;

Completed in 227 milliseconds

12