HomeSort by relevance Sort by last modified time
    Searched refs:scheme (Results 126 - 150 of 529) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 274 scheme: 'socks5',
281 this.assertEqual('socks5', single.scheme);
302 scheme: 'https',
314 this.assertEqual('https', single.scheme);
324 scheme: 'http',
329 scheme: 'https',
334 scheme: 'socks4',
339 scheme: 'socks5',
353 this.assertEqual('http', server.scheme);
358 this.assertEqual('https', server.scheme);
    [all...]
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.cc 44 if (request->url().scheme() != "http" ||
78 EXPECT_EQ("http", gurl.scheme());
  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 80 // Returns the Keychain items matching the given signon_realm, scheme, and
85 const std::string& signon_realm, webkit_glue::PasswordForm::Scheme scheme,
98 // Returns the Keychain SecAuthenticationType type corresponding to |scheme|.
100 webkit_glue::PasswordForm::Scheme scheme);
144 // Returns true if the two given forms match based on signon_reaml, scheme, and
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 89 private Account createTestAccount(String scheme) throws URISyntaxException {
92 HostAuth.setHostAuthFromString(auth, scheme + "://user:pass@server.com:123");
  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.cpp 132 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault; local
134 scheme = ProtectionSpaceAuthenticationSchemeDefault;
136 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;
138 scheme = ProtectionSpaceAuthenticationSchemeHTTPDigest;
140 scheme = ProtectionSpaceAuthenticationSchemeHTMLForm;
143 return scheme;
  /external/chromium/net/http/
http_auth_unittest.cc 52 std::set<HttpAuth::Scheme> disabled_schemes;
68 HttpAuth::Scheme challenge_scheme;
118 std::set<HttpAuth::Scheme> disabled_schemes;
208 // Connection based schemes will treat new auth challenges for the same scheme
210 // no auth challenges for the same scheme, the response will be treated as
250 EXPECT_EQ(std::string("Basic"), challenge.scheme());
266 EXPECT_EQ(std::string("Basic"), challenge.scheme());
282 EXPECT_EQ(std::string("Basic"), challenge.scheme());
298 EXPECT_EQ(std::string("Basic"), challenge.scheme());
315 EXPECT_EQ(std::string("Basic"), challenge.scheme());
    [all...]
  /external/openssl/crypto/asn1/
p5_pbev2.c 93 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
110 /* Setup the AlgorithmIdentifier for the encryption scheme */
111 scheme = pbe2->encryption;
113 scheme->algorithm = obj;
114 if(!(scheme->parameter = ASN1_TYPE_new())) goto merr;
130 if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
186 /* Note 'scheme' is freed as part of pbe2 */
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 122 string16* scheme,
136 // consider a scheme. For example, we shouldn't consider www.google.com:80
137 // to have a scheme.
142 if (scheme)
143 *scheme = parsed_scheme;
150 // A user might or might not type a scheme when entering a file URL. In
152 // |parts->scheme| might be empty, e.g. if the user typed "C:\foo".
156 // If the user typed a scheme, and it's HTTP or HTTPS, we know how to parse it
159 // any input of this scheme. In theory we could do better with some schemes
162 if (parts->scheme.is_nonempty() &
518 url_parse::Component scheme; local
    [all...]
  /external/libxml2/
uri.c 170 * Parse an URI scheme
190 if (uri->scheme != NULL) xmlFree(uri->scheme);
191 uri->scheme = STRNDUP(*str, cur - *str);
207 * xpointer scheme selection, so we are allowing it here to not break
407 * IPv6 and future adressing scheme are enclosed between brackets
667 * Parse an path which is not a scheme and fills in the appropriate fields
818 * scheme ":" hier-part [ "?" query ] [ "#" fragment ]
1019 if (uri->scheme != NULL) {
1020 p = uri->scheme;
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 43 #define MK_SCHM(scheme) net::ProxyServer::SCHEME_##scheme
167 TEST_DESC("Tolerate a scheme"),
187 TEST_DESC("Per-scheme proxy rules"),
272 net::ProxyServer::Scheme scheme,
279 manual_proxy->server = net::ProxyServer::FromURI(server_uri, scheme);
357 const std::string& scheme) {
358 // Init with manual |scheme| proxy.
361 init_config.MapSchemeToProxy(scheme);
    [all...]
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 58 mSchemeToFilter, " Scheme: ");
83 mSchemeToFilter, " Scheme: ");
211 final String scheme = intent.getScheme(); local
215 resolvedType, scheme, listCut.get(i), resultList, userId);
223 String scheme = intent.getScheme(); local
231 TAG, "Resolving type " + resolvedType + " scheme " + scheme
276 // the filters that match its scheme (we will further refine matches
278 if (scheme != null) {
279 schemeCut = mSchemeToFilter.get(scheme);
    [all...]
  /external/chromium/googleurl/src/
url_canon_internal.cc 312 DoOverrideComponent(repl_source.scheme, repl_parsed.scheme,
313 &source->scheme, &parsed->scheme);
347 repl_source.scheme, repl_parsed.scheme,
348 utf8_buffer, &parsed->scheme);
374 if (repl_source.scheme) source->scheme = utf8_buffer->data();
gurl.h 191 // scheme and the authority. If this URL is not a standard URL (it doesn't
200 // A helper function to return a GURL containing just the scheme, host,
211 // Returns true if the scheme for the current URL is a known "standard"
212 // scheme. Standard schemes have an authority and a path section. This
218 // the canonicalized scheme) is the scheme for this URL. This call is more
219 // efficient than getting the scheme and comparing it because no copies or
229 // If the scheme indicates a secure connection
241 std::string scheme() const { // Not including the colon. See also SchemeIs. function in class:GURL
242 return ComponentString(parsed_.scheme);
    [all...]
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 54 static bool schemeRequiresAuthority(const String& scheme)
64 return schemes.contains(scheme);
182 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme)
184 if (scheme.isEmpty())
188 schemesForbiddenFromDomainRelaxation().add(scheme);
190 schemesForbiddenFromDomainRelaxation().remove(scheme);
193 bool SecurityOrigin::isDomainRelaxationForbiddenForURLScheme(const String& scheme)
195 if (scheme.isEmpty())
198 return schemesForbiddenFromDomainRelaxation().contains(scheme);
215 // that the scheme, host, and port of the URLs match
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 49 import org.apache.http.conn.scheme.LayeredSocketFactory;
50 import org.apache.http.conn.scheme.PlainSocketFactory;
51 import org.apache.http.conn.scheme.Scheme;
52 import org.apache.http.conn.scheme.SchemeRegistry;
53 import org.apache.http.conn.scheme.SocketFactory;
75 /** The scheme registry for looking up socket factories. */
80 * Creates a new client connection operator for the given scheme registry.
82 * @param schemes the scheme registry
87 ("Scheme registry must not be null.")
    [all...]
  /external/chromium/net/proxy/
proxy_config.cc 55 const ProxyServer* entry = MapUrlSchemeToProxy(url.scheme());
60 // scheme. Default to direct.
102 // Trim whitespace off the url scheme.
105 // Add it to the per-scheme mappings (if supported scheme).
108 ProxyServer::Scheme default_scheme = ProxyServer::SCHEME_HTTP;
111 // is not a URL scheme. Rather this means "for everything else, send
135 return NULL; // No mapping for this scheme. Use direct.
150 const std::string& scheme) {
152 if (scheme == "http"
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 88 String scheme = mUri.getScheme(); local
89 if ("http".equalsIgnoreCase(scheme)
90 || "rtsp".equalsIgnoreCase(scheme)) {
138 String scheme = uri.getScheme(); local
140 return ("content".equalsIgnoreCase(scheme)
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 95 ProtectionSpaceAuthenticationScheme scheme = protectionSpace.authenticationScheme(); local
96 if (scheme == ProtectionSpaceAuthenticationSchemeHTTPBasic || scheme == ProtectionSpaceAuthenticationSchemeDefault) {
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 101 NSString *scheme = [originalNSURL scheme];
103 if (scheme && host && [scheme length] && [host length]) {
109 hostOnlyURLString.adoptNS([[NSString alloc] initWithFormat:@"%@://%@:%d", scheme, host, [port intValue]]);
111 hostOnlyURLString.adoptNS([[NSString alloc] initWithFormat:@"%@://%@", scheme, host]);
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 40 * An authentication scheme. We currently support two different schemes:
81 * implementations compliant with this version of the Digest scheme.
114 * most one authentication-scheme (ensured by the caller).
179 * @return The authentication scheme requested. We currently
234 * @return True iff the authentication scheme requested by the
257 * Parses the header scheme name and then scheme parameters if
258 * the scheme is supported.
268 // if we have a supported scheme
277 * Parses the authentication scheme name. If we have a Diges
287 String scheme = header.substring(0, i).trim(); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 153 String scheme = uri.getScheme(); local
154 if(scheme == null || scheme.equals("file")) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java 103 String scheme = u.getScheme(); local
107 // Support all Uri with "content" scheme
110 if (scheme.equals("content")) {
126 } else if (scheme.equals("file")) {
132 // currently don't accept other scheme
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 29 import org.apache.http.conn.scheme.PlainSocketFactory;
30 import org.apache.http.conn.scheme.Scheme;
31 import org.apache.http.conn.scheme.SchemeRegistry;
68 registry.register(new Scheme("http", PlainSocketFactory.getSocketFactory(),
71 registry.register(new Scheme("https",
73 // Register the httpts scheme with our insecure factory
74 registry.register(new Scheme("httpts",
93 Scheme existing = registry.get(schemeName);
105 new Scheme(schemeName, new SSLSocketFactory(underlying), hostAuth.mPort))
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLMetaElement04.js 78 The scheme attribute specifies a select form of content.
80 Retrieve the scheme attribute and examine its value.
102 vscheme = testNode.scheme;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLMetaElement04.js 78 The scheme attribute specifies a select form of content.
80 Retrieve the scheme attribute and examine its value.
102 vscheme = testNode.scheme;

Completed in 919 milliseconds

1 2 3 4 56 7 8 91011>>