Searched refs:pending_request_url (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_service_unittest.cc103 const GURL& pending_request_url() const { function in class:net::MockProxyScriptFetcher
973 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
1053 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
1112 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
1214 EXPECT_EQ(GURL("http://wpad/wpad.dat"), fetcher->pending_request_url());
1219 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
1284 EXPECT_EQ(GURL("http://wpad/wpad.dat"), fetcher->pending_request_url());
1295 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
1360 EXPECT_EQ(GURL("http://wpad/wpad.dat"), fetcher->pending_request_url());
1365 EXPECT_EQ(GURL("http://foopy/proxy.pac"), fetcher->pending_request_url());
[all...]

Completed in 82 milliseconds