/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_manifestVersion.html | 1 <h1>Manifest Version</h1> 16 up with a <a href="manifest.html"><code>manifest.json</code></a> file that 19 Developers should specify which version of the manifest specification their 38 Manifest version 1 only applied to extensions and hosted apps, not
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
pushMessaging.html | 12 <code>key</code> attribute in its manifest file. 17 the Chrome Web Store and copy the <a href="manifest.html#key">key</a> 18 field from manifest.json in the installed app to manifest.json in 22 field from manifest.json before you upload the app to the Chrome Web Store again.
|
cookies.html | 1 <h2 id="manifest">Manifest</h2> 4 you must declare the "cookies" permission in your manifest,
|
/external/chromium_org/chrome/common/extensions/features/ |
manifest_feature.cc | 7 #include "chrome/common/extensions/manifest.h" 29 // We know we can skip manifest()->GetKey() here because we just did the same 31 if (extension && !extension->manifest()->value()->HasKey(name())) 43 return name() + ": Manifest features must specify at least one " + 48 return name() + ": Manifest features do not support contexts.";
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
requirements_handler.h | 12 #include "chrome/common/extensions/manifest.h" 19 explicit RequirementsInfo(const Manifest* manifest); 29 // Parses the "requirements" manifest key. 37 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
|
app_isolation_info.h | 12 #include "chrome/common/extensions/manifest.h" 27 // Parses the "isolation" manifest key. 34 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
embed-manifest.gyp | 40 'AdditionalManifestFiles': 'extra.manifest', 51 'AdditionalManifestFiles': 'extra.manifest;extra2.manifest', 63 'extra.manifest', 64 'extra2.manifest'
|
/external/chromium_org/chrome/common/extensions/ |
extension_unittest.cc | 15 #include "chrome/common/extensions/manifest.h" 36 ASSERT_EQ(0, Manifest::INVALID_LOCATION); 37 ASSERT_EQ(1, Manifest::INTERNAL); 38 ASSERT_EQ(2, Manifest::EXTERNAL_PREF); 39 ASSERT_EQ(3, Manifest::EXTERNAL_REGISTRY); 40 ASSERT_EQ(4, Manifest::UNPACKED); 41 ASSERT_EQ(5, Manifest::COMPONENT); 42 ASSERT_EQ(6, Manifest::EXTERNAL_PREF_DOWNLOAD); 43 ASSERT_EQ(7, Manifest::EXTERNAL_POLICY_DOWNLOAD); 44 ASSERT_EQ(8, Manifest::COMMAND_LINE) [all...] |
manifest_handler.h | 15 #include "chrome/common/extensions/manifest.h" 27 // Attempts to parse the extension's manifest. 32 // Validate that files associated with this manifest key exist. 43 // If false (the default), only parse the manifest if a registered 44 // key is present in the manifest. If true, always attempt to parse 45 // the manifest for this extension type, even if no registered keys 47 // extensions that don't declare our key in the manifest. 49 virtual bool AlwaysParseForType(Manifest::Type type) const; 52 virtual bool AlwaysValidateForType(Manifest::Type type) const; 59 // Associate us with our keys() in the manifest. A handler can registe [all...] |
extension_builder.h | 11 #include "chrome/common/extensions/manifest.h" 36 // Defaults to Manifest::UNPACKED. 37 ExtensionBuilder& SetLocation(Manifest::Location location); 39 ExtensionBuilder& SetManifest(scoped_ptr<base::DictionaryValue> manifest); 44 // Adds the keys from the DictionaryBuilder to the manifest, with new keys 55 Manifest::Location location_;
|
/external/chromium/chrome/browser/extensions/ |
extension_special_storage_policy_unittest.cc | 21 DictionaryValue manifest; local 22 manifest.SetString(keys::kName, "Protected"); 23 manifest.SetString(keys::kVersion, "1"); 24 manifest.SetString(keys::kLaunchWebURL, "http://explicit/protected/start"); 28 manifest.Set(keys::kWebURLs, list); 31 path, Extension::INVALID, manifest, Extension::STRICT_ERROR_CHECKS, 43 DictionaryValue manifest; local 44 manifest.SetString(keys::kName, "Unlimited"); 45 manifest.SetString(keys::kVersion, "1"); 46 manifest.SetString(keys::kLaunchWebURL, "http://explicit/unlimited/start") 68 DictionaryValue manifest; local 95 DictionaryValue manifest; local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
component_loader_unittest.cc | 90 // Read in the extension manifest. 111 // The contents of the text extension's manifest file. 122 scoped_ptr<DictionaryValue> manifest; local 125 manifest.reset( 127 EXPECT_FALSE(manifest.get()); 132 manifest.reset(component_loader_.ParseManifest(std::string())); 133 EXPECT_FALSE(manifest.get()); 135 manifest.reset(component_loader_.ParseManifest("[{ \"foo\": 3 }]")); 136 EXPECT_FALSE(manifest.get()); 138 manifest.reset(component_loader_.ParseManifest("\"Test\"")) [all...] |
/external/chromium_org/chrome/app/policy/ |
policy_templates.gypi | 92 # This is the bundle of the manifest file of Chrome. 93 # It contains the manifest file and its string tables. 97 'product_extension': 'manifest', 105 # Provides app-Manifest.plist and its string tables: 110 'action_name': 'Copy MCX manifest file to manifest bundle', 112 '<(grit_out_dir)/app/policy/mac/app-Manifest.plist', 115 '<(INTERMEDIATE_DIR)/app_manifest/<(mac_bundle_id).manifest', 129 'Copying the MCX policy manifest file to the manifest bundle' [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
flash_component_installer.h | 21 // manifest, with the version specified in the manifest in |version_out|. 22 bool CheckPepperFlashManifest(const base::DictionaryValue& manifest,
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_experimental_unittest.cc | 10 #include "chrome/common/extensions/manifest.h" 18 LoadAndExpectSuccess("experimental.json", extensions::Manifest::COMPONENT); 19 LoadAndExpectSuccess("experimental.json", extensions::Manifest::INTERNAL,
|
/external/harfbuzz_ng/test/shaping/ |
Makefile.am | 10 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" 18 hb-manifest-read \ 19 hb-manifest-update \
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-permission-element.jd | 3 parent.link=manifest-intro.html 32 href="{@docRoot}guide/topics/manifest/uses-feature-element.html#permissions-features"> 41 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> 50 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#perms">Permissions</a></code> 54 {@link android.Manifest.permission android.Manifest.permission}. 60 application with the <code><a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></code> [all...] |
/external/chromium_org/third_party/adobe/flash/ |
flash_player.gyp | 16 'binaries/ppapi/linux/manifest.json', 23 'binaries/ppapi/linux_x64/manifest.json', 30 'binaries/ppapi/mac/manifest.json', 37 'binaries/ppapi/mac_64/manifest.json', 44 'binaries/ppapi/win/manifest.json', 51 'binaries/ppapi/win_x64/manifest.json',
|
/development/ndk/platforms/android-4/samples/san-angeles/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 16 </manifest>
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 16 </manifest>
|
/development/ndk/samples/hello-jni/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 17 </manifest>
|
/development/ndk/samples/hello-neon/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 16 </manifest>
|
/development/ndk/samples/two-libs/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 16 </manifest>
|
/development/samples/FixedGridLayout/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 15 </manifest>
|
/development/tools/recovery_l10n/ |
AndroidManifest.xml | 3 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 16 </manifest>
|