OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyScriptFetcher
(Results
1 - 9
of
9
) sorted by null
/external/chromium/net/proxy/
proxy_script_fetcher.h
5
//
ProxyScriptFetcher
is an async interface for fetching a proxy auto config
24
class
ProxyScriptFetcher
{
27
virtual ~
ProxyScriptFetcher
() {}
init_proxy_resolver.h
22
class
ProxyScriptFetcher
;
45
ProxyScriptFetcher
* proxy_script_fetcher,
119
ProxyScriptFetcher
* proxy_script_fetcher_;
proxy_service.h
31
class
ProxyScriptFetcher
;
99
// Sets the
ProxyScriptFetcher
dependency. This is needed if the ProxyResolver
102
void SetProxyScriptFetcher(
ProxyScriptFetcher
* proxy_script_fetcher);
103
ProxyScriptFetcher
* GetProxyScriptFetcher() const;
174
ProxyScriptFetcher
* proxy_script_fetcher,
320
scoped_ptr<
ProxyScriptFetcher
> proxy_script_fetcher_;
proxy_script_fetcher_impl.h
25
// Implementation of
ProxyScriptFetcher
that downloads scripts using the
27
class ProxyScriptFetcherImpl : public
ProxyScriptFetcher
,
30
// Creates a
ProxyScriptFetcher
that issues requests through
46
//
ProxyScriptFetcher
methods:
proxy_service.cc
401
ProxyScriptFetcher
* proxy_script_fetcher,
748
ProxyScriptFetcher
* proxy_script_fetcher) {
756
ProxyScriptFetcher
* ProxyService::GetProxyScriptFetcher() const {
[
all
...]
init_proxy_resolver.cc
34
ProxyScriptFetcher
* proxy_script_fetcher,
init_proxy_resolver_unittest.cc
92
class RuleBasedProxyScriptFetcher : public
ProxyScriptFetcher
{
96
//
ProxyScriptFetcher
implementation.
proxy_service_unittest.cc
70
// A mock
ProxyScriptFetcher
. No result will be returned to the fetch client
72
class MockProxyScriptFetcher : public
ProxyScriptFetcher
{
78
//
ProxyScriptFetcher
implementation.
[
all
...]
/external/chromium/chrome/browser/
io_thread.h
41
class
ProxyScriptFetcher
;
Completed in 309 milliseconds