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

1 2 3 4 5 6 7 8 91011

  /external/webkit/LayoutTests/http/tests/appcache/
different-scheme-expected.txt 1 Test that application cache doesn't block loading resources with different schemes.
different-scheme.html 3 <p>Test that application cache doesn't block loading resources with different schemes.</p>
  /external/webkit/LayoutTests/fast/url/
scheme-expected.txt 1 Canonicalization of URL schemes.
  /external/webkit/Source/WebCore/platform/
SchemeRegistry.h 45 // Secure schemes do not trigger mixed content warnings. For example,
46 // https and data are secure schemes because they cannot be corrupted by
54 // Display-isolated schemes can only be displayed (in the sense of
62 // Such schemes should delegate to SecurityOrigin::canRequest for any URL
  /external/chromium/android/content/common/
url_constants.h 15 // Canonical schemes you can use as input to GURL.SchemeIs().
40 // About URLs (including schemes).
  /external/webkit/LayoutTests/fast/url/script-tests/
scheme.js 1 description("Canonicalization of URL schemes.");
  /external/webkit/Source/WebKit/qt/Api/
qwebsecurityorigin.cpp 53 By default local schemes like \c{file://} and \c{qrc://} are concidered to be in the same
54 security origin, and can access each other's resources. You can add additional local schemes
224 Adds the given \a scheme to the list of schemes that are considered equivalent
228 and QWebSettings::LocalContentCanAccessFileUrls. By default all local schemes are concidered to be
229 in the same security origin, and local schemes can not access remote content.
239 Removes the given \a scheme from the list of local schemes.
242 of local schemes.
253 Returns a list of all the schemes concidered to be local.
  /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/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/net/url_request/
url_request_filter.cc 98 std::set<std::string> schemes; local
101 schemes.insert(GURL(i->first).scheme());
105 schemes.insert(i->first.first);
107 for (std::set<std::string>::const_iterator scheme = schemes.begin();
108 scheme != schemes.end(); ++scheme) {
  /external/webkit/Source/WebKit/chromium/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 -->
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 57 * Authentication schemes may ignore method name and URI parameters
61 * Authentication schemes may be stateful involving a series of
74 * Processes the given challenge token. Some authentication schemes
75 * may involve multiple challenge-response exchanges. Such schemes must be able
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java 22 * specifically, it may be used with the schemes ECKAS-DH1 and
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 29 // must be "http" so MaybeIntercept can ignore "chrome" and other schemes.
extension_proxy_api_constants.h 48 // The names of the schemes to be used to build the preference value string
  /frameworks/base/drm/java/android/drm/
package.html 21 content. The DRM framework supports many DRM schemes; which DRM schemes a device supports
30 DRM schemes.</li>
38 across a variety of DRM schemes. For device manufacturers, content owners, and Internet digital
  /external/chromium/googleurl/src/
url_util.h 48 // special application-specific schemes) then you will want to call initialize
63 // Schemes --------------------------------------------------------------------
66 // schemes. This function is not threadsafe and can not be called concurrently
68 // schemes has been locked (see LockStandardSchemes).
74 // Normal usage would be to call AddStandardScheme for your custom schemes at
113 // either the scheme is in the list of known standard schemes.
  /external/chromium/chrome/browser/net/
url_fixer_upper.h 28 // for schemes such as http, https, and ftp where |SegmentURL| will find many
29 // segments. Currently does not segment "file" schemes.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 26 * an absolute URI using one of a set of allowed schemes (http, https, ftp, mailto). If the string
62 // Quick check for the allowed absolute URI schemes.
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 56 DEFINE_STATIC_LOCAL(URLSchemesMap, schemes, ());
58 if (schemes.isEmpty()) {
59 schemes.add("http");
60 schemes.add("https");
61 schemes.add("ftp");
64 return schemes.contains(scheme);
178 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
179 return schemes;
  /system/core/include/diskconfig/
diskconfig.h 30 /* known partition schemes */
121 /* For MBR partition schemes */
  /bionic/libc/
CAVEATS 8 slower code for no good reason (even when so-called zero-cost exception schemes are
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 24 * Represents a mapping between two register numbering schemes.
  /external/chromium/chrome/browser/
browser_url_handler.h 10 // URL schemes don't exist).
desktop_notification_handler.cc 41 // Disallow HTML notifications from unwanted schemes. javascript:

Completed in 2075 milliseconds

1 2 3 4 5 6 7 8 91011