HomeSort by relevance Sort by last modified time
    Searched defs:is_http (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/proxy/
proxy_info.h 61 bool is_http() const { function in class:net::ProxyInfo
64 return proxy_server().is_http();
proxy_server.h 52 bool is_http() const { return scheme_ == SCHEME_HTTP; } function in class:net::ProxyServer

Completed in 19 milliseconds