OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFromPacString
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/proxy/
proxy_list_unittest.cc
15
TEST(ProxyListTest,
SetFromPacString
) {
60
list.
SetFromPacString
(tests[i].pac_input);
86
list.
SetFromPacString
(tests[i].pac_input);
102
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
114
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
131
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
proxy_list.h
54
void
SetFromPacString
(const std::string& pac_string);
proxy_info.h
42
proxy_list_.
SetFromPacString
(pac_string);
proxy_list.cc
89
void ProxyList::
SetFromPacString
(const std::string& pac_string) {
/external/chromium_org/net/proxy/
proxy_list_unittest.cc
15
TEST(ProxyListTest,
SetFromPacString
) {
60
list.
SetFromPacString
(tests[i].pac_input);
86
list.
SetFromPacString
(tests[i].pac_input);
110
list.
SetFromPacString
("PROXY bad1:80; PROXY bad2:80");
121
list.
SetFromPacString
("PROXY bad1:80; DIRECT");
138
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
150
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
167
list.
SetFromPacString
("PROXY foopy1:80;PROXY foopy2:80;PROXY foopy3:80");
proxy_list.h
76
void
SetFromPacString
(const std::string& pac_string);
proxy_info.cc
54
proxy_list_.
SetFromPacString
(pac_string);
proxy_list.cc
131
void ProxyList::
SetFromPacString
(const std::string& pac_string) {
Completed in 283 milliseconds