Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium/net/socket_stream/
Dsocket_stream_throttle.cc48 const std::string& scheme) { in GetSocketStreamThrottleForScheme()
60 const std::string& scheme, SocketStreamThrottle* throttle) { in RegisterSocketStreamThrottle()
66 const std::string& scheme) { in GetSocketStreamThrottleForScheme()
74 const std::string& scheme, SocketStreamThrottle* throttle) { in RegisterSocketStreamThrottle()
/external/chromium/net/url_request/
Durl_request_filter.cc22 const std::string& scheme) { in Factory()
27 void URLRequestFilter::AddHostnameHandler(const std::string& scheme, in AddHostnameHandler()
48 void URLRequestFilter::RemoveHostnameHandler(const std::string& scheme, in RemoveHostnameHandler()
101 for (std::set<std::string>::const_iterator scheme = schemes.begin(); in ClearHandlers() local
112 const std::string& scheme) { in FindRequestHandler()
Durl_request_job_manager.cc24 const char* scheme; member
56 const std::string& scheme = request->url().scheme(); // already lowercase in CreateJob() local
157 const std::string& scheme, in RegisterProtocolFactory()
Durl_request_about_job.cc15 const std::string& scheme) { in Factory()
Durl_request_data_job.cc14 const std::string& scheme) { in Factory()
/external/webkit/WebKit/qt/Api/
Dqwebsecurityorigin.cpp43 …EBKIT_EXPORT qt_drt_setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme) in qt_drt_setDomainRelaxationForbiddenForURLScheme()
99 QString QWebSecurityOrigin::scheme() const in scheme() function in QWebSecurityOrigin
224 void QWebSecurityOrigin::addLocalScheme(const QString& scheme) in addLocalScheme()
236 void QWebSecurityOrigin::removeLocalScheme(const QString& scheme) in removeLocalScheme()
252 const QString scheme = *i; in localSchemes() local
/external/webkit/WebCore/page/
DSecurityOrigin.cpp155 void SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme) in setDomainRelaxationForbiddenForURLScheme()
166 bool SecurityOrigin::isDomainRelaxationForbiddenForURLScheme(const String& scheme) in isDomainRelaxationForbiddenForURLScheme()
406 void SecurityOrigin::registerURLSchemeAsLocal(const String& scheme) in registerURLSchemeAsLocal()
411 void SecurityOrigin::removeURLSchemeRegisteredAsLocal(const String& scheme) in removeURLSchemeRegisteredAsLocal()
443 String scheme = url.left(loc); in shouldTreatURLAsLocal() local
447 bool SecurityOrigin::shouldTreatURLSchemeAsLocal(const String& scheme) in shouldTreatURLSchemeAsLocal()
465 void SecurityOrigin::registerURLSchemeAsNoAccess(const String& scheme) in registerURLSchemeAsNoAccess()
470 bool SecurityOrigin::shouldTreatURLSchemeAsNoAccess(const String& scheme) in shouldTreatURLSchemeAsNoAccess()
DUserContentURLPattern.h46 const String& scheme() const { return m_scheme; } in scheme() function
DNavigator.cpp240 static bool verifyProtocolHandlerScheme(const String& scheme, ExceptionCode& ec) in verifyProtocolHandlerScheme()
250 void Navigator::registerProtocolHandler(const String& scheme, const String& url, const String& titl… in registerProtocolHandler()
/external/chromium/net/proxy/
Dproxy_server.cc98 Scheme scheme = default_scheme; in FromURI() local
157 Scheme scheme = GetSchemeFromPacType(begin, space); in FromPacString() local
183 int ProxyServer::GetDefaultPortForScheme(Scheme scheme) { in GetDefaultPortForScheme()
197 Scheme scheme, in FromSchemeHostAndPort()
Dproxy_server.h40 ProxyServer(Scheme scheme, const std::string& host, int port) in ProxyServer()
46 Scheme scheme() const { return scheme_; } in scheme() function
Dproxy_server_mac.cc18 ProxyServer ProxyServer::FromDictionary(Scheme scheme, in FromDictionary()
Dproxy_config.cc68 ProxyServer::Scheme scheme = (entry == &socks_proxy) ? in ParseFromString() local
88 const std::string& scheme) { in MapSchemeToProxy()
/external/webkit/WebKit/chromium/src/
DWebSecurityPolicy.cpp44 void WebSecurityPolicy::registerURLSchemeAsLocal(const WebString& scheme) in registerURLSchemeAsLocal()
49 void WebSecurityPolicy::registerURLSchemeAsNoAccess(const WebString& scheme) in registerURLSchemeAsNoAccess()
/external/chromium/net/base/
Dauth.h22 std::wstring scheme; // "Basic", "Digest", or whatever other method is used. variable
41 std::wstring scheme; // the authentication scheme. variable
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCESecretKeyFactory.java110 private int scheme; field in JCESecretKeyFactory.PBEKeyFactory
119 int scheme, in PBEKeyFactory()
167 private int scheme; field in JCESecretKeyFactory.DESPBEKeyFactory
176 int scheme, in DESPBEKeyFactory()
668 int scheme = PKCS5S2; in engineGenerateSecret() local
/external/chromium/googleurl/src/
Durl_util.cc102 bool IsStandardScheme(const CHAR* spec, const url_parse::Component& scheme) { in IsStandardScheme()
120 const url_parse::Component& scheme) { in HasStandardSchemeSeparator()
131 const url_parse::Component& scheme) { in DoIsStandard()
186 url_parse::Component scheme; in DoCanonicalize() local
339 const url_parse::Component& scheme) { in IsStandard()
344 const url_parse::Component& scheme) { in IsStandard()
/external/webkit/WebCore/platform/network/cf/
DAuthenticationCF.cpp147 …CFURLProtectionSpaceAuthenticationScheme scheme = kCFURLProtectionSpaceAuthenticationSchemeDefault; in createCF() local
234 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault; in core() local
/external/apache-http/src/org/apache/http/auth/
DAuthScope.java78 private final String scheme; field in AuthScope
107 final String realm, final String scheme) in AuthScope()
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
DPBES2Parameters.java16 private EncryptionScheme scheme; field in PBES2Parameters
DPBES2Algorithms.java20 private EncryptionScheme scheme; field in PBES2Algorithms
/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java78 AuthScheme scheme = authState.getAuthScheme(); in getAuthPrincipal() local
/external/openssl/crypto/asn1/
Dp5_pbev2.c93 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL; variable
/external/nist-sip/java/javax/sip/header/
DHeaderFactory.java32 AuthorizationHeader createAuthorizationHeader(String scheme) in createAuthorizationHeader()
103 ProxyAuthenticateHeader createProxyAuthenticateHeader(String scheme) in createProxyAuthenticateHeader()
106 ProxyAuthorizationHeader createProxyAuthorizationHeader(String scheme) in createProxyAuthorizationHeader()
178 WWWAuthenticateHeader createWWWAuthenticateHeader(String scheme) in createWWWAuthenticateHeader()
/external/chromium/net/http/
Dhttp_auth_handler.h31 const std::string& scheme() const { in scheme() function

1234