Searched defs:Scheme (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLSegments.h43 Scheme, enumerator in enum:WTF::URLSegments::ComponentType
80 // Scheme: 0 0
/external/apache-http/src/org/apache/http/conn/scheme/
H A DScheme.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/scheme/Scheme.java $
48 * Scheme https = new Scheme("https", new MySecureSocketFactory(), 443);
57 public final class Scheme { class
87 public Scheme(final String name, method in class:Scheme
93 ("Scheme name may not be null");
197 if (!(obj instanceof Scheme)) return false;
199 Scheme s = (Scheme) obj;
223 } // class Scheme
[all...]
/external/chromium/net/proxy/
H A Dproxy_server.h27 enum Scheme { enum in class:net::ProxyServer
41 ProxyServer(Scheme scheme, const HostPortPair& host_port_pair);
46 Scheme scheme() const { return scheme_; }
82 static ProxyServer FromURI(const std::string& uri, Scheme default_scheme);
85 Scheme default_scheme);
118 static ProxyServer FromDictionary(Scheme scheme,
129 static int GetDefaultPortForScheme(Scheme scheme);
132 // ProxyServer::Scheme. This corresponds with the values used in
135 static Scheme GetSchemeFromURI(const std::string& scheme);
153 Scheme schem
[all...]
/external/chromium/webkit/glue/
H A Dpassword_form.h42 // of the same Scheme will be matched/autofilled against each other.
43 enum Scheme { enum in struct:webkit_glue::PasswordForm
/external/chromium/net/http/
H A Dhttp_auth.h90 enum Scheme { enum in class:net::HttpAuth
122 // Returns a string representation of an authentication Scheme.
123 static const char* SchemeToString(Scheme scheme);
139 const std::set<Scheme>& disabled_schemes,
168 const std::set<Scheme>& disabled_schemes,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 322 milliseconds