HomeSort by relevance Sort by last modified time
    Searched refs:scheme (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium/net/socket_stream/
socket_stream_throttle.cc 16 // Default SocketStreamThrottle. No throttling. Used for unknown URL scheme.
29 const std::string& scheme);
32 const std::string& scheme, SocketStreamThrottle* throttle);
48 const std::string& scheme) {
49 ThrottleMap::const_iterator found = throttles_.find(scheme);
53 throttles_[scheme] = throttle;
60 const std::string& scheme, SocketStreamThrottle* throttle) {
61 throttles_[scheme] = throttle;
66 const std::string& scheme) {
69 return registry->GetSocketStreamThrottleForScheme(scheme);
    [all...]
socket_stream_throttle.h 18 // Abstract interface to throttle SocketStream per URL scheme.
19 // Each URL scheme (protocol) could define own SocketStreamThrottle.
59 // Gets SocketStreamThrottle for URL |scheme|.
62 const std::string& scheme);
64 // Registers |throttle| for URL |scheme|.
68 const std::string& scheme,
  /external/chromium/net/proxy/
proxy_server_mac.cc 18 ProxyServer ProxyServer::FromDictionary(Scheme scheme,
22 if (scheme == SCHEME_INVALID || scheme == SCHEME_DIRECT) {
24 return ProxyServer(scheme, std::string(), -1);
45 port = GetDefaultPortForScheme(scheme);
48 return ProxyServer(scheme, host, port);
proxy_server.cc 18 // Parse the proxy type from a PAC string, to a ProxyServer::Scheme.
21 ProxyServer::Scheme GetSchemeFromPacType(std::string::const_iterator begin,
41 // Parse the proxy scheme from a URL-like representation, to a
42 // ProxyServer::Scheme. This corresponds with the values used in
44 ProxyServer::Scheme GetSchemeFromURI(std::string::const_iterator begin,
62 // Doesn't make sense to call this if the URI scheme doesn't
74 // Doesn't make sense to call this if the URI scheme doesn't
81 // Doesn't make sense to call this if the URI scheme doesn't
89 Scheme default_scheme) {
96 Scheme default_scheme)
98 Scheme scheme = default_scheme; local
157 Scheme scheme = GetSchemeFromPacType(begin, space); local
    [all...]
proxy_server.h 25 enum Scheme {
40 ProxyServer(Scheme scheme, const std::string& host, int port)
41 : scheme_(scheme), host_(host), port_(port) {}
45 // Gets the proxy's scheme (i.e. SOCKS4, SOCKS5, HTTP}
46 Scheme scheme() const { return scheme_; } function in class:net::ProxyServer
71 // [<scheme>"://"]<server>[":"<port>]
73 // Both <scheme> and <port> are optional. If <scheme> is omitted, it will b
    [all...]
  /external/webkit/WebKit/chromium/src/
WebSecurityPolicy.cpp 44 void WebSecurityPolicy::registerURLSchemeAsLocal(const WebString& scheme)
46 SecurityOrigin::registerURLSchemeAsLocal(scheme);
49 void WebSecurityPolicy::registerURLSchemeAsNoAccess(const WebString& scheme)
51 SecurityOrigin::registerURLSchemeAsNoAccess(scheme);
  /bootable/diskinstaller/
installer_img_layout.conf 2 scheme mbr
  /external/chromium/net/url_request/
url_request_filter.cc 22 const std::string& scheme) {
24 return GetInstance()->FindRequestHandler(request, scheme);
27 void URLRequestFilter::AddHostnameHandler(const std::string& scheme,
29 hostname_handler_map_[make_pair(scheme, hostname)] = factory;
32 URLRequest::RegisterProtocolFactory(scheme,
41 hostname_handler_map_.find(make_pair(url.scheme(), url.host()));
48 void URLRequestFilter::RemoveHostnameHandler(const std::string& scheme,
51 hostname_handler_map_.find(make_pair(scheme, hostname));
56 // would left no protocol factory for the scheme. URLRequestFilter::Factory
67 URLRequest::RegisterProtocolFactory(url.scheme(),
    [all...]
url_request_filter.h 6 // rather than just the scheme. Example usage:
33 // scheme,hostname -> ProtocolFactory
44 void AddHostnameHandler(const std::string& scheme,
47 void RemoveHostnameHandler(const std::string& scheme,
68 const std::string& scheme);
url_request_job_manager.cc 24 const char* scheme; member in struct:__anon2829::SchemeToFactory
51 // If we are given an invalid URL, then don't even try to inspect the scheme.
56 const std::string& scheme = request->url().scheme(); // already lowercase local
57 if (!SupportsScheme(scheme))
77 FactoryMap::const_iterator i = factories_.find(scheme);
79 URLRequestJob* job = i->second(request, scheme);
86 if (scheme == kBuiltinFactories[i].scheme) {
87 URLRequestJob* job = (kBuiltinFactories[i].factory)(request, scheme);
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 39 * a port number, a realm name and an authentication scheme name which
66 * The <tt>null</tt> value represents any authentication scheme.
71 * Default scope matching any host, port, realm and authentication scheme.
77 /** The authentication scheme the credentials apply to. */
78 private final String scheme; field in class:AuthScope
91 * <tt>authentication scheme</tt>.
102 * @param scheme the authentication scheme the credentials apply to.
104 * any authentication scheme.
107 final String realm, final String scheme)
    [all...]
  /external/apache-http/src/org/apache/http/conn/scheme/
HostNameResolver.java 32 package org.apache.http.conn.scheme;
LayeredSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/scheme/LayeredSocketFactory.java $
32 package org.apache.http.conn.scheme;
  /external/webkit/WebCore/platform/network/cf/
AuthenticationCF.cpp 147 CFURLProtectionSpaceAuthenticationScheme scheme = kCFURLProtectionSpaceAuthenticationSchemeDefault; local
150 scheme = kCFURLProtectionSpaceAuthenticationSchemeDefault;
153 scheme = kCFURLProtectionSpaceAuthenticationSchemeHTTPBasic;
156 scheme = kCFURLProtectionSpaceAuthenticationSchemeHTTPDigest;
159 scheme = kCFURLProtectionSpaceAuthenticationSchemeHTMLForm;
162 scheme = kCFURLProtectionSpaceAuthenticationSchemeNTLM;
165 scheme = kCFURLProtectionSpaceAuthenticationSchemeNegotiate;
173 CFURLProtectionSpaceRef result = CFURLProtectionSpaceCreate(0, host, coreSpace.port(), serverType, realm, scheme);
234 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault; local
238 scheme = ProtectionSpaceAuthenticationSchemeDefault
    [all...]
  /external/webkit/WebCore/html/
HTMLMetaElement.idl 26 attribute [ConvertNullToNullString] DOMString scheme;
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 46 // Scheme: this will append the colon.
47 bool success = CanonicalizeScheme(source.scheme, parsed.scheme,
48 output, &new_parsed->scheme);
56 // Only write the authority separators when we have a scheme.
57 if (parsed.scheme.is_valid()) {
78 &output->data()[new_parsed->scheme.begin], new_parsed->scheme.len);
120 // Returns the default port for the given canonical scheme, or PORT_UNSPECIFIED
121 // if the scheme is unknown
    [all...]
url_util.cc 92 return compare_to[0] == 0; // When component is empty, match empty scheme.
98 // Returns true if the given scheme identified by |scheme| within |spec| is one
102 bool IsStandardScheme(const CHAR* spec, const url_parse::Component& scheme) {
103 if (!scheme.is_nonempty())
108 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()],
115 // Returns true if the stuff following the scheme in the given spec indicates
116 // a "standard" URL. The presence of "://" after the scheme indicates that
120 const url_parse::Component& scheme) {
186 url_parse::Component scheme; local
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 43 void QWEBKIT_EXPORT qt_drt_setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme)
45 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
56 An origin consists of a host name, a scheme, and a port number. Web sites
67 web page, and use host(), scheme() and port() to identify the security origin.
97 Returns the scheme defining the security origin.
99 QString QWebSecurityOrigin::scheme() const function in class:QWebSecurityOrigin
221 Adds the given \a scheme to the list of schemes that are considered equivalent
222 to the \c file: scheme. They are not subject to cross domain restrictions.
224 void QWebSecurityOrigin::addLocalScheme(const QString& scheme)
226 SecurityOrigin::registerURLSchemeAsLocal(scheme);
252 const QString scheme = *i; local
    [all...]
qwebsecurityorigin.h 40 static void addLocalScheme(const QString& scheme);
41 static void removeLocalScheme(const QString& scheme);
46 QString scheme() const;
  /external/webkit/WebCore/page/
SecurityOrigin.cpp 155 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme)
157 if (scheme.isEmpty())
161 schemesForbiddenFromDomainRelaxation().add(scheme);
163 schemesForbiddenFromDomainRelaxation().remove(scheme);
166 bool SecurityOrigin::isDomainRelaxationForbiddenForURLScheme(const String& scheme)
168 if (scheme.isEmpty())
171 return schemesForbiddenFromDomainRelaxation().contains(scheme);
185 // that the scheme, host, and port of the URLs match.
189 // that the scheme of the URLs match.
406 void SecurityOrigin::registerURLSchemeAsLocal(const String& scheme)
    [all...]
  /external/chromium/net/base/
auth.h 22 std::wstring scheme; // "Basic", "Digest", or whatever other method is used. member in class:net::AuthChallengeInfo
41 std::wstring scheme; // the authentication scheme. member in class:net::AuthData
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManagerFactory.java 34 import org.apache.http.conn.scheme.SchemeRegistry;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
PBES2Algorithms.java 20 private EncryptionScheme scheme; field in class:PBES2Algorithms
46 scheme = new EncryptionScheme((ASN1Sequence)e.nextElement());
61 return scheme;
72 subV.add(scheme);
PBES2Parameters.java 16 private EncryptionScheme scheme; field in class:PBES2Parameters
33 scheme = new EncryptionScheme((ASN1Sequence)e.nextElement());
43 return scheme;
51 v.add(scheme);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 54 protected String scheme; field in class:Credentials
78 * get the scheme field.
82 return scheme;
86 * Set the scheme member
90 scheme = s;
102 String retval = scheme;

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011