Home
last modified time | relevance | path

Searched defs:GURL (Results 1 – 23 of 23) sorted by relevance

/external/chromium/googleurl/src/
Dgurl.cc107 GURL::GURL() : is_valid_(false) { in GURL() function in GURL
110 GURL::GURL(const GURL& other) in GURL() function in GURL
116 GURL::GURL(const std::string& url_string) { in GURL() function in GURL
120 GURL::GURL(const string16& url_string) { in GURL() function in GURL
124 GURL::GURL(const char* canonical_spec, size_t canonical_spec_len, in GURL() function in GURL
/external/chromium/net/base/
Ddata_url.h10 class GURL; variable
Dmime_sniffer.h10 class GURL; variable
Dcookie_policy.h10 class GURL; variable
Dregistry_controlled_domain.h117 class GURL; variable
Dnet_util.h23 class GURL; variable
Dstatic_cookie_policy.h11 class GURL; variable
Dcookie_store.h17 class GURL; variable
Dtransport_security_state.h16 class GURL; variable
Dfilter.h41 class GURL; variable
Dcookie_monster.h20 class GURL; variable
/external/chromium/net/url_request/
Durl_request_redirect_job.h10 class GURL; variable
Durl_request_filter.h28 class GURL; variable
Durl_request_job_tracker.h14 class GURL; variable
/external/chromium/net/proxy/
Dproxy_script_fetcher.h17 class GURL; variable
Dproxy_info.h15 class GURL; variable
Dproxy_service.h20 class GURL; variable
Dproxy_resolver_v8.cc424 int ProxyResolverV8::SetPacScript(const GURL& /*url*/, in SetPacScript()
Dinit_proxy_resolver_unittest.cc119 virtual int GetProxyForURL(const GURL& /*url*/, in GetProxyForURL()
Dproxy_service.cc70 virtual int SetPacScript(const GURL& /*pac_url*/, in SetPacScript()
/external/chromium/net/http/
Dhttp_auth_sspi_win.h19 class GURL; variable
/external/chromium/net/socket_stream/
Dsocket_stream_metrics.h16 class GURL; variable
/external/webkit/WebKit/chromium/public/
DWebURL.h129 operator GURL() const in GURL() function