Home | History | Annotate | Download | only in http

Lines Matching refs:gurl

26                                 const GURL& origin,
43 GURL gurl("www.google.com");
61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
70 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
80 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
95 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
106 GURL server_origin("http://www.example.com");
107 GURL proxy_origin("http://cache.example.com:3128");