OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyService
(Results
1 - 25
of
112
) sorted by null
1
2
3
4
5
/external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.h
10
class
ProxyService
;
/external/chromium/chrome/browser/net/
proxy_service_factory.h
17
class
ProxyService
;
29
static net::
ProxyService
* CreateProxyService(
resolve_proxy_msg_helper.h
32
explicit ResolveProxyMsgHelper(net::
ProxyService
* proxy_service);
45
// Callback for the
ProxyService
(bound to |callback_|).
53
bool GetProxyService(scoped_refptr<net::
ProxyService
>* out) const;
68
net::
ProxyService
::PacRequest* pac_req;
72
scoped_refptr<net::
ProxyService
> proxy_service_;
82
scoped_refptr<net::
ProxyService
> proxy_service_override_;
proxy_service_factory.cc
44
base_service = net::
ProxyService
::CreateSystemProxyConfigService(
53
net::
ProxyService
* ProxyServiceFactory::CreateProxyService(
84
net::
ProxyService
* proxy_service;
86
proxy_service = net::
ProxyService
::CreateUsingV8ProxyResolver(
93
proxy_service = net::
ProxyService
::CreateUsingSystemProxyResolver(
/external/chromium_org/net/http/
http_network_session_peer.h
16
class
ProxyService
;
27
void SetProxyService(
ProxyService
* proxy_service);
http_network_session_peer.cc
28
void HttpNetworkSessionPeer::SetProxyService(
ProxyService
* proxy_service) {
/external/chromium_org/net/proxy/
proxy_service_v8.h
19
class
ProxyService
;
25
// any PAC scripts. The resulting
ProxyService
will take ownership of it.
29
// resulting
ProxyService
will take ownership of it.
33
// lifetime of the
ProxyService
.
40
NET_EXPORT
ProxyService
* CreateProxyServiceUsingV8ProxyResolver(
proxy_service_v8.cc
16
ProxyService
* CreateProxyServiceUsingV8ProxyResolver(
34
ProxyService
* proxy_service =
35
new
ProxyService
(proxy_config_service, proxy_resolver, net_log);
proxy_service.cc
61
// During this time window, any resolve requests sent to the
ProxyService
will
119
class DefaultPollPolicy : public
ProxyService
::PacPollPolicy {
328
//
ProxyService
::InitProxyResolver --------------------------------------------
340
class
ProxyService
::InitProxyResolver {
516
//
ProxyService
::ProxyScriptDeciderPoller -------------------------------------
522
class
ProxyService
::ProxyScriptDeciderPoller {
636
// Something has changed, we must notify the
ProxyService
so it can
684
// Note that |this| may be deleted after calling into the
ProxyService
.
715
const
ProxyService
::PacPollPolicy*
716
ProxyService
::ProxyScriptDeciderPoller::poll_policy_ = NULL
[
all
...]
proxy_service.h
45
class NET_EXPORT
ProxyService
: public NetworkChangeNotifier::IPAddressObserver,
95
// remain alive for the lifetime of this
ProxyService
.
96
ProxyService
(ProxyConfigService* config_service,
100
virtual ~
ProxyService
();
168
//
ProxyService
takes ownership of both objects.
174
// Tells this
ProxyService
to start using a new ProxyConfigService to
177
// ResolveProxy calls.
ProxyService
takes ownership of
213
static
ProxyService
* CreateUsingSystemProxyResolver(
218
// Creates a
ProxyService
without support for proxy autoconfig.
219
static
ProxyService
* CreateWithoutProxyResolver
[
all
...]
/external/chromium/net/proxy/
proxy_service.h
38
class NET_EXPORT
ProxyService
: public base::RefCounted<
ProxyService
>,
45
// remain alive for the lifetime of this
ProxyService
.
46
ProxyService
(ProxyConfigService* config_service,
101
// is of type ProxyResolverWithoutFetch.
ProxyService
takes ownership of
106
// Tells this
ProxyService
to start using a new ProxyConfigService to
109
// ResolveProxy calls.
ProxyService
takes ownership of
161
// any PAC scripts. The resulting
ProxyService
will take ownership of it.
165
// lifetime of the
ProxyService
.
172
static
ProxyService
* CreateUsingV8ProxyResolver
[
all
...]
proxy_service.cc
54
// During this time window, any resolve requests sent to the
ProxyService
will
255
//
ProxyService
::PacRequest ---------------------------------------------------
257
class
ProxyService
::PacRequest
258
: public base::RefCounted<
ProxyService
::PacRequest> {
260
PacRequest(
ProxyService
* service,
347
friend class base::RefCounted<
ProxyService
::PacRequest>;
365
// Note that we don't hold a reference to the
ProxyService
. Outstanding
366
// requests are cancelled during ~
ProxyService
, so this is guaranteed
368
ProxyService
* service_;
378
//
ProxyService
--------------------------------------------------------------
[
all
...]
proxy_service_unittest.cc
25
//
ProxyService
::SuspendAllPendingRequests().
119
scoped_refptr<
ProxyService
> service(
120
new
ProxyService
(new MockProxyConfigService(
154
scoped_refptr<
ProxyService
> service(
155
new
ProxyService
(config_service, resolver, NULL));
204
scoped_refptr<
ProxyService
> service(
205
new
ProxyService
(config_service, resolver, NULL));
224
//
ProxyService
will cancel the outstanding request.
232
scoped_refptr<
ProxyService
> service(
233
new
ProxyService
(config_service, resolver, NULL))
[
all
...]
/external/chromium_org/content/browser/
resolve_proxy_msg_helper.h
38
explicit ResolveProxyMsgHelper(net::
ProxyService
* proxy_service);
52
// Callback for the
ProxyService
(bound to |callback_|).
71
net::
ProxyService
::PacRequest* pac_req;
82
net::
ProxyService
* proxy_service_;
/external/qemu/proxy/
proxy_int.h
53
typedef struct
ProxyService
ProxyService
;
75
ProxyService
* service;
99
ProxyService
* service,
180
/* a
ProxyService
is really a proxy server and associated options */
191
struct
ProxyService
{
198
proxy_manager_add_service(
ProxyService
* service );
proxy_http_int.h
20
ProxyService
root[1];
/external/chromium/net/http/
http_network_session_peer.h
17
class
ProxyService
;
44
void SetProxyService(
ProxyService
* proxy_service);
http_network_layer.h
28
class
ProxyService
;
37
// contains a valid
ProxyService
.
http_network_session.h
37
class
ProxyService
;
64
ProxyService
* proxy_service;
114
ProxyService
* proxy_service() { return proxy_service_; }
165
scoped_refptr<
ProxyService
> proxy_service_;
/external/chromium_org/chrome/browser/net/
proxy_service_factory.h
18
class
ProxyService
;
44
static net::
ProxyService
* CreateProxyService(
proxy_service_factory.cc
55
base_service.reset(net::
ProxyService
::CreateSystemProxyConfigService(
88
net::
ProxyService
* ProxyServiceFactory::CreateProxyService(
130
net::
ProxyService
* proxy_service = NULL;
155
proxy_service = net::
ProxyService
::CreateUsingSystemProxyResolver(
/external/chromium/net/url_request/
url_request_context_storage.h
26
class
ProxyService
;
51
void set_proxy_service(
ProxyService
* proxy_service);
77
scoped_refptr<
ProxyService
> proxy_service_;
/external/chromium_org/net/url_request/
url_request_context_storage.h
27
class
ProxyService
;
56
void set_proxy_service(
ProxyService
* proxy_service);
85
scoped_ptr<
ProxyService
> proxy_service_;
url_request_ftp_job.h
82
ProxyService
* proxy_service_;
84
ProxyService
::PacRequest* pac_request_;
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.h
77
net::
ProxyService
* proxy_service_;
93
// Requests awaiting a response from
ProxyService
. We need to store these so
95
std::queue<net::
ProxyService
::PacRequest*> pending_requests_;
Completed in 721 milliseconds
1
2
3
4
5