/external/chromium_org/chrome/common/extensions/api/url_handlers/ |
url_handlers_parser.h | 23 // ID identifying this handler in the manifest. 35 // Returns an array of URL handlers |extension| has defined in its manifest. 54 // Parses the "url_handlers" manifest key.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/ |
install_host.sh | 20 # Copy native messaging host manifest. 23 # Update host path in the manifest. 28 # Set permissions for the manifest so that all users can read it.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/ |
messages.json | 4 "description": "Extension name in manifest." 8 "description": "Extension description in manifest.", 18 "description": "Extension browser action tooltip text in manifest.",
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system_test.py | 24 'manifest.json': 'manifest' 37 'templates/json/manifest.json'
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
infobars.html | 28 <h2 id="manifest">Manifest</h2> 37 <pre data-filename="manifest.json">
|
bookmarks.html | 4 <h2 id="manifest">Manifest</h2> 6 in the <a href="manifest.html">extension manifest</a> 9 <pre data-filename="manifest.json">
|
fontSettings.html | 1 <h2 id="manifest">Manifest</h2> 3 in the <a href="manifest.html">extension manifest</a>. 5 <pre data-filename="manifest.json">
|
/external/chromium_org/chrome/common/extensions/features/ |
complex_feature.h | 13 #include "extensions/common/manifest.h" 29 Manifest::Type type, 45 Manifest::Type type,
|
simple_feature.cc | 27 extension_types["extension"] = Manifest::TYPE_EXTENSION; 28 extension_types["theme"] = Manifest::TYPE_THEME; 29 extension_types["legacy_packaged_app"] = Manifest::TYPE_LEGACY_PACKAGED_APP; 30 extension_types["hosted_app"] = Manifest::TYPE_HOSTED_APP; 31 extension_types["platform_app"] = Manifest::TYPE_PLATFORM_APP; 32 extension_types["shared_module"] = Manifest::TYPE_SHARED_MODULE; 54 std::map<std::string, Manifest::Type> extension_types; 160 std::string GetDisplayName(Manifest::Type type) { 162 case Manifest::TYPE_UNKNOWN: 164 case Manifest::TYPE_EXTENSION [all...] |
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_chromepermission_unittest.cc | 10 #include "extensions/common/manifest.h" 47 LoadExtension(Manifest("permission_chrome_resources_url.json"), 49 extensions::Manifest::COMPONENT,
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
info.py | 9 def Info(manifest, bundle_names): 10 valid_bundles, invalid_bundles = command_common.GetValidBundles(manifest, 20 bundle = manifest.GetBundle(bundle_name)
|
/external/dnsmasq/contrib/Solaris10/ |
README | 3 Subject: Solaris 10 service manifest 10 Facility) to manage services I thought I'd create a simple service manifest 11 for the dnsmasq service. The manifest currently assumes that dnsmasq has
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldJarOutputStreamTest.java | 26 import java.util.jar.Manifest; 32 Manifest newman = new Manifest();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_msvc9compiler.py | 10 # A manifest with the only assembly reference being the msvcrt assembly, so 37 # A manifest with references to assemblies other than msvcrt. When processed, 144 manifest = os.path.join(tempdir, 'manifest') 145 f = open(manifest, 'w') 152 compiler._remove_visual_c_ref(manifest) 155 f = open(manifest) 162 # makes sure the manifest was properly cleaned 168 manifest = os.path.join(tempdir, 'manifest') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_msvc9compiler.py | 10 # A manifest with the only assembly reference being the msvcrt assembly, so 37 # A manifest with references to assemblies other than msvcrt. When processed, 144 manifest = os.path.join(tempdir, 'manifest') 145 f = open(manifest, 'w') 152 compiler._remove_visual_c_ref(manifest) 155 f = open(manifest) 162 # makes sure the manifest was properly cleaned 168 manifest = os.path.join(tempdir, 'manifest') [all...] |
/external/chromium/chrome/browser/chromeos/ |
customization_document.cc | 24 // Manifest attributes names. 56 // Path to OEM partner startup customization manifest. 60 // URL where to fetch OEM services customization manifest from. 84 std::string manifest; local 85 if (!file_util::ReadFileToString(manifest_path, &manifest)) 87 return LoadManifestFromString(manifest); 91 const std::string& manifest) { 92 scoped_ptr<Value> root(base::JSONReader::Read(manifest, true)); 104 LOG(ERROR) << "Wrong customization manifest version"; 140 // Loading manifest causes us to do blocking IO on UI thread 296 std::string manifest; local [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
service-element.jd | 3 parent.link=manifest-intro.html 20 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code></dd> 23 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter></a></code> 24 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></code></dd> 35 the manifest file. Any that are not declared there will not be seen 47 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> element has its own 48 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all 50 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> and {@code <service>} 76 can interact with the service (see the <code><a href="{@docRoot}guide/topics/manifest/service-element.html#prmsn">permission</a></code> 84 as a whole is used instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
widevine_cdm_component_installer.cc | 52 // File name of the Widevine CDM component manifest on different platforms. 59 // Name of the Widevine CDM OS in the component manifest. 69 // Name of the Widevine CDM architecture in the component manifest. 79 // The CDM manifest includes several custom values, all beginning with "x-cdm-". 144 bool CheckForCompatibleVersion(const base::DictionaryValue& manifest, 148 if (!manifest.GetString(version_name, &versions_string)) { 150 << "Widevine CDM component manifest is missing " << version_name; 161 << "Widevine CDM component manifest has empty " << version_name; 175 DLOG(WARNING) << "Widevine CDM component manifest has no supported " 180 // Returns whether the CDM's API versions, as specified in the manifest, ar [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
ConnectivityManagerPermissionTest.java | 45 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 61 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 77 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}. 93 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}. 109 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}.
|
PackageManagerRequiringPermissionsTest.java | 45 * {@link android.Manifest.permission#CHANGE_COMPONENT_ENABLED_STATE}. 62 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}. 79 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}. 94 * {@link android.Manifest.permission#PACKAGE_VERIFICATION_AGENT} 109 * {@link android.Manifest.permission#PACKAGE_VERIFICATION_AGENT}.
|
TelephonyManagerPermissionTest.java | 42 * {@link android.Manifest.permission#READ_PHONE_STATE}. 58 * {@link android.Manifest.permission#READ_PHONE_STATE}. 74 * {@link android.Manifest.permission#READ_PHONE_STATE}. 90 * {@link android.Manifest.permission#READ_PHONE_STATE}. 106 * {@link android.Manifest.permission#READ_PHONE_STATE}.
|
/external/chromium_org/chrome/browser/chromeos/ |
customization_document.cc | 29 // Manifest attributes names. 50 // Path to OEM partner startup customization manifest. 54 // URL where to fetch OEM services customization manifest from. 82 std::string manifest; local 83 if (!base::ReadFileToString(manifest_path, &manifest)) 85 return LoadManifestFromString(manifest); 89 const std::string& manifest) { 92 scoped_ptr<Value> root(base::JSONReader::ReadAndReturnError(manifest, 107 LOG(ERROR) << "Wrong customization manifest version"; 144 // Loading manifest causes us to do blocking IO on UI thread 282 std::string manifest; local [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.h | 30 const std::string& manifest, 35 // Loads extension list and reads their manifest file. After finished 55 // Reads manifest.json file in |file_path|. This function must be called on 63 static bool ReadExtensionInfo(const DictionaryValue& manifest, 68 // kInputComponents key from manifest. This function returns true on success,
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.cc | 16 // Manifest keys. 51 if (!extension->manifest()->GetDictionary(keys::kOAuth2, &dict)) { 56 // HasPath checks for whether the manifest is allowed to have 60 if (extension->manifest()->HasPath(keys::kOAuth2AutoApprove) && 70 (extension->location() != Manifest::COMPONENT || !info->auto_approve)) {
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
app_isolation_info.cc | 56 // We should only be parsing if the extension has the key in the manifest, 58 DCHECK(extension->manifest()->HasPath(keys::kIsolation)); 61 if (!extension->manifest()->GetList(keys::kIsolation, &isolation_list)) { 90 bool AppIsolationHandler::AlwaysParseForType(Manifest::Type type) const { 91 return type == Manifest::TYPE_PLATFORM_APP;
|