HomeSort by relevance Sort by last modified time
    Searched full:schemes (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
url_schemes.h 16 // of standard schemes at init time.
18 // Called near the beginning of startup to register URL schemes that should
20 // of standard schemes is locked down. The embedder can add additional
21 // schemes by overriding the ContentClient::AddAdditionalSchemes method.
url_schemes.cc 44 // Prevent future modification of the standard schemes list. This is to
60 int schemes = static_cast<int>(additional_savable_schemes.size()); local
61 // The array, and the copied schemes won't be freed, but will remain
63 char **savable_schemes = new char*[schemes + default_schemes_count + 1];
67 for (int i = 0; i < schemes; ++i) {
71 savable_schemes[default_schemes_count + schemes] = 0;
savable_url_schemes.h 10 // Null terminated list of schemes that are savable. This function can be
  /external/chromium_org/content/public/test/
content_test_suite_base.h 26 // Registers content's schemes. During this call, the given content_client is
27 // registered temporarily so that it can provide additional schemes.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntentFilter.java 18 List<String> schemes = new ArrayList<String>(); field in class:ShadowIntentFilter
62 schemes.add(scheme);
67 return schemes.get(index);
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.h 47 // Secure schemes do not trigger mixed content warnings. For example,
48 // https and data are secure schemes because they cannot be corrupted by
56 // Display-isolated schemes can only be displayed (in the sense of
67 // Such schemes should delegate to SecurityOrigin::canRequest for any URL
72 // Schemes against which javascript: URLs should not be allowed to run (stop
77 // Allow non-HTTP schemes to be registered to allow CORS requests.
81 // Allow resources from some schemes to load on a page, regardless of its
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 71 final String[] schemes = new String[] { local
76 for (String scheme : schemes) {
88 final String[] schemes = new String[] { local
94 for (String scheme : schemes) {
106 final String[] schemes = new String[] { local
112 for (String scheme : schemes) {
  /external/chromium_org/content/public/common/
url_constants.h 15 // Canonical schemes you can use as input to GURL.SchemeIs().
43 // Full about URLs (including schemes).
58 // Full about URLs (including schemes).
url_constants.cc 9 // Before adding new chrome schemes please check with security@chromium.org.
10 // There are security implications associated with introducing new schemes.
  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.h 19 // url with unsupported schemes.
20 // This is achieved by returning a URLRequestErrorJob for schemes that would
  /external/chromium_org/android_webview/renderer/
aw_permission_client.cc 17 // We treat non-standard schemes as "secure" in the WebView to allow them to
20 // their custom schemes? See b/9420953.
  /external/chromium_org/chrome/common/
content_settings.h 55 // set by policy, extension or the user. Certain (internal) schemes are
56 // whilelisted. For whilelisted schemes the source is
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamUriLoader.java 18 * 'https', 'android.resource', 'content', and 'file' schemes. Unsupported schemes will throw an exception in
  /external/chromium_org/net/http/
http_auth.h 86 // on schemes that support single sign-on.
130 // |disabled_schemes| is the set of schemes that we should not use.
133 // construct the service principal name. It is ignored by other schemes.
144 // authentication attempt. For connection-based authentication schemes, the
146 // For request-based schemes, a 401/407 response is typically treated like a
158 // |disabled_schemes| are the authentication schemes to ignore.
162 // the result (for example, all headers have unknown authentication schemes),
  /external/chromium_org/android_webview/native/
android_protocol_handler.h 18 // These methods create interceptors for Android WebView-specific schemes:
  /external/chromium_org/components/url_matcher/
url_matcher_constants.cc 12 const char kSchemesKey[] = "schemes";
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 25 example "token schemes define tokens as constants" do
32 example "token schemes track human-friendly token names" do
  /external/chromium_org/net/cookies/
cookie_util.h 19 // and https schemes. For other schemes, the host will be returned unchanged
  /external/chromium_org/webkit/browser/fileapi/
file_system_options.h 31 // |additional_allowed_schemes| specifies schemes that are allowed
44 // Returns the schemes that must be allowed to access FileSystem API
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 41 * A set of supported protocol {@link Scheme schemes}.
42 * Schemes are identified by lowercase names.
54 /** The available schemes in this registry. */
164 * Obtains the names of the registered schemes in their default order.
173 * Populates the internal collection of registered {@link Scheme protocol schemes}
176 * @param map protocol schemes
  /external/chromium_org/components/url_fixer/
url_fixer.h 29 // for schemes such as http, https, and ftp where |SegmentURL| will find many
30 // segments. Currently does not segment "file" schemes.
45 // Schemes "about" and "chrome" are normalized to "chrome://", with slashes.
  /external/chromium_org/extensions/common/
url_pattern.h 104 // Gets the bitmask of valid schemes.
127 // pattern matches all valid schemes (as defined by the valid_schemes_
197 // Returns true if any of the |schemes| items matches our scheme.
198 bool MatchesAnyScheme(const std::vector<std::string>& schemes) const;
200 // Returns true if all of the |schemes| items matches our scheme.
201 bool MatchesAllSchemes(const std::vector<std::string>& schemes) const;
209 // equivalent literal schemes, otherwise returns the current scheme.
212 // A bitmask containing the schemes which are considered valid for this
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserialization/
simple_page.html 42 <!-- Make sure we only retrieve URLs with the right schemes -->
46 <img src="unknown://unkown.com/unknown.gif"/> <!-- Unknown schemes are not OK -->
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/res/values/
colors.xml 21 These are the different color schemes to be displayed by the SwipeRefreshLayout's loading
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/res/values/
colors.xml 21 These are the different color schemes to be displayed by the SwipeRefreshLayout's loading

Completed in 2970 milliseconds

1 2 3 4 5 6 7 8 91011>>