Lines Matching refs:ParseFromString
158 config.proxy_rules().ParseFromString("https://proxy1:8080"); in GetTestCaseSingleProxy()
165 config.proxy_rules().ParseFromString("https://proxy1:8080"); in GetTestCaseSingleProxyWithBypass()
176 config.proxy_rules().ParseFromString("https://proxy1:8080"); in GetTestCaseSingleProxyWithReversedBypass()
187 config.proxy_rules().ParseFromString( in GetTestCaseProxyPerScheme()
202 config.proxy_rules().ParseFromString( in GetTestCaseSingleProxyList()
440 config.proxy_rules().ParseFromString(test.proxy_rules); in TEST()
461 rules.ParseFromString("http=httpproxy:80"); in TEST()
489 void ParseFromString(const std::string& rules) { in ParseFromString() function in net::__anond06babf40111::ProxyConfigWebSocketTest
490 rules_.ParseFromString(rules); in ParseFromString()
504 ParseFromString("proxy:3128"); in TEST_F()
512 ParseFromString( in TEST_F()
520 ParseFromString( in TEST_F()
527 ParseFromString("http=proxy:3128 ; https=sslproxy:3128"); in TEST_F()
538 ParseFromString( in TEST_F()
550 ParseFromString("ftp=ftpproxy:3128; socks=https://httpsproxy"); in TEST_F()
557 ParseFromString("http=proxy:3128 ; https=sslproxy:3128"); in TEST_F()
563 ParseFromString("http=proxy:3128"); in TEST_F()
569 ParseFromString("ftp=ftpproxy:3128"); in TEST_F()
575 ParseFromString("http=proxy:3128 ; https=sslproxy:3128"); in TEST_F()
582 ParseFromString("http=proxy:3128 ; https=sslproxy:3128"); in TEST_F()