OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyList
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_list.h
21
class
ProxyList
{
23
ProxyList
();
24
~
ProxyList
();
41
// Returns true if there is nothing left in the
ProxyList
.
proxy_list.cc
17
ProxyList
::
ProxyList
() {
20
ProxyList
::~
ProxyList
() {
23
void
ProxyList
::Set(const std::string& proxy_uri_list) {
35
void
ProxyList
::SetSingleProxyServer(const ProxyServer& proxy_server) {
41
void
ProxyList
::DeprioritizeBadProxies(
69
void
ProxyList
::RemoveProxiesWithoutScheme(int scheme_bit_field) {
80
bool
ProxyList
::IsEmpty() const {
84
const ProxyServer&
ProxyList
::Get() const
[
all
...]
Completed in 131 milliseconds