HomeSort by relevance Sort by last modified time
    Searched full:manifest (Results 676 - 700 of 4304) sorted by null

<<21222324252627282930>>

  /external/chromium_org/components/precache/core/
precache_fetcher.cc 54 // The precache manifest URL prefix could not be determined, so return an
60 // Construct the URL of the precache manifest for the given starting URL.
61 // The server is expecting a request for a URL consisting of the manifest URL
99 // configuration settings are fetched, OnManifestFetchComplete when a manifest
144 << "Could not determine the precache manifest URL prefix.";
175 // Fetch the next manifest URL.
196 // count. If a manifest does not exist for a particular starting URL, then
210 PrecacheManifest manifest; local
212 if (ParseProtoFromFetchResponse(source, &manifest)) {
213 for (int i = 0; i < manifest.resource_size(); ++i)
    [all...]
  /external/chromium_org/extensions/browser/
pending_extension_manager.cc 109 const Manifest::Location kSyncLocation = Manifest::INTERNAL;
131 const Manifest::Location kManifestLocation = Manifest::INTERNAL;
142 Manifest::Location location,
152 location == Manifest::GetHigherPriorityLocation(location,
175 Manifest::Location install_source,
205 Manifest::Location install_source = iter->install_source();
210 if (install_source == Manifest::EXTERNAL_PREF ||
211 install_source == Manifest::EXTERNAL_REGISTRY
    [all...]
  /external/chromium_org/extensions/common/
csp_validator.h 10 #include "extensions/common/manifest.h"
32 const std::string& policy, Manifest::Type type);
41 const std::string& policy, Manifest::Type type);
  /external/chromium_org/extensions/common/manifest_handlers/
incognito_info.cc 38 if (!extension->manifest()->HasKey(keys::kIncognito)) {
50 if (!extension->manifest()->GetString(keys::kIncognito, &incognito_string)) {
68 bool IncognitoHandler::AlwaysParseForType(Manifest::Type type) const {
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
nacl.scons 12 'manifest')
37 'manifest.html',
59 url='manifest.html',
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/
AndroidManifest.xml 16 <manifest
21 This manifest declares at least one of each of the components that
54 </manifest>
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 164 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
170 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
201 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
208 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
215 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
221 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
227 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
237 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
247 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null);
253 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.MANAGE_USB, null)
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/rtp/
package.html 25 android.Manifest.permission#INTERNET} and {@link
26 android.Manifest.permission#RECORD_AUDIO} permissions in your manifest file.</p>
  /packages/providers/DownloadProvider/tests/permission/
AndroidManifest.xml 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
27 cannot be accessed without the necessary permissions. Thus this manifest should not
39 </manifest>
  /cts/tests/tests/permission/src/android/permission/cts/
NoWakeLockPermissionTest.java 46 * {@link android.Manifest.permission#WAKE_LOCK}.
64 * {@link android.Manifest.permission#WAKE_LOCK}.
83 * {@link android.Manifest.permission#WAKE_LOCK}.
98 * {@link android.Manifest.permission#WAKE_LOCK}.
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services2.jar 
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_patch.jar 
  /external/apache-harmony/support/src/test/resources/tests/resources/morestuff/
hyts_patch.jar 
  /external/chromium/chrome/common/extensions/docs/examples/extensions/
news.zip 
  /external/chromium/chrome/common/extensions/docs/static/
omnibox.html 33 <h2 id="manifest">Manifest</h2>
37 in the <a href="manifest.html">manifest</a>
  /external/chromium_org/base/android/java/src/org/chromium/base/
PowerStatusReceiver.java 16 * declared in its manifest.
  /external/chromium_org/chrome/app/
chrome.exe.manifest 4 <!--The compatibility section will be merged from build/win/compatibility.manifest -->
  /external/chromium_org/chrome/browser/apps/
app_url_redirector.h 21 // have a matching URL handler in the 'url_handlers' manifest key.
  /external/chromium_org/chrome/browser/extensions/
extension_icon_manager_unittest.cc 20 using extensions::Manifest;
112 scoped_ptr<DictionaryValue> manifest(
114 ASSERT_TRUE(manifest.get() != NULL);
118 manifest_path.DirName(), Manifest::INVALID_LOCATION, *manifest.get(),
154 scoped_ptr<DictionaryValue> manifest(
156 ASSERT_TRUE(manifest.get() != NULL);
160 manifest_path.DirName(), Manifest::COMPONENT, *manifest.get(),
test_extension_prefs.cc 129 return AddExtensionWithManifest(dictionary, Manifest::INTERNAL);
138 return AddExtensionWithManifest(dictionary, Manifest::INTERNAL);
143 const DictionaryValue& manifest, Manifest::Location location) {
144 return AddExtensionWithManifestAndFlags(manifest, location,
149 const DictionaryValue& manifest,
150 Manifest::Location location,
153 EXPECT_TRUE(manifest.GetString(manifest_keys::kName, &name));
157 path, location, manifest, extra_flags, &errors);
  /external/chromium_org/chrome/common/extensions/api/system_indicator/
system_indicator_handler.h 14 // Parses the "system_indicator" manifest key.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
first_app.html 8 so current developers will recognize the manifest and packaging methods.
19 <li>The <strong>manifest</strong> tells Chrome about your app, what it is,
37 <h2 id="one">Step 1: Create the manifest</h2>
40 First create your <code>manifest.json</code> file
41 (<a href="manifest.html">Formats: Manifest Files</a>
42 describes this manifest in detail):
45 <pre data-filename="manifest.json">
62 <a href="manifestVersion.html">manifest version 2</a>.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
description.html 1 <h1 id="description">Manifest - Description</h1>
homepage_url.html 1 <h1 id="homepage_url">Manifest - Homepage Url</h1>
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.h 13 #include "extensions/common/manifest.h"
31 // The window type that an app's manifest specifies to launch into.
66 // Parses all app launch related keys in the manifest.
73 virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;

Completed in 318 milliseconds

<<21222324252627282930>>