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
49
) sorted by null
1
2
/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(
resolve_proxy_msg_helper.cc
14
ResolveProxyMsgHelper::ResolveProxyMsgHelper(net::
ProxyService
* proxy_service)
70
// During shutdown, there may be no
ProxyService
to use, because the
86
scoped_refptr<net::
ProxyService
>* out) const {
connection_tester_unittest.cc
108
scoped_refptr<net::
ProxyService
> proxy_service_;
121
proxy_service_ = net::
ProxyService
::CreateDirect();
connection_tester.cc
58
// Create a custom
ProxyService
for this this experiment.
59
scoped_refptr<net::
ProxyService
> proxy_service_tmp = NULL;
173
scoped_refptr<net::
ProxyService
>* proxy_service) {
187
*proxy_service = net::
ProxyService
::CreateUsingV8ProxyResolver(
208
net::
ProxyService
::CreateSystemProxyConfigService(
/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
...]
proxy_info.h
98
friend class
ProxyService
;
/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_;
http_stream_factory_impl_unittest.cc
60
explicit SessionDependencies(
ProxyService
* proxy_service)
71
scoped_refptr<
ProxyService
> proxy_service;
216
SessionDependencies session_deps(
ProxyService
::CreateDirect());
239
SessionDependencies session_deps(
ProxyService
::CreateFixed("http_proxy"));
264
ProxyService
::CreateFixed("socks4://socks_proxy:1080"));
288
SessionDependencies session_deps(
ProxyService
::CreateDirect());
http_network_layer_unittest.cc
25
: proxy_service_(
ProxyService
::CreateDirect()),
40
const scoped_refptr<
ProxyService
> proxy_service_;
http_network_session_peer.cc
67
void HttpNetworkSessionPeer::SetProxyService(
ProxyService
* proxy_service) {
/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_;
url_request_context.h
91
ProxyService
* proxy_service() const { return proxy_service_; }
92
void set_proxy_service(
ProxyService
* proxy_service) {
219
scoped_refptr<
ProxyService
> proxy_service_;
url_request_context_storage.cc
63
void URLRequestContextStorage::set_proxy_service(
ProxyService
* proxy_service) {
/external/chromium/chrome/browser/
io_thread.h
42
class
ProxyService
;
62
scoped_refptr<net::
ProxyService
> proxy_script_fetcher_proxy_service;
71
scoped_refptr<net::
ProxyService
> system_proxy_service;
/external/chromium/chrome/browser/profiles/
profile_io_data.h
36
class
ProxyService
;
151
net::
ProxyService
* proxy_service() const {
215
mutable scoped_refptr<net::
ProxyService
> proxy_service_;
/external/chromium/net/socket/
client_socket_pool_manager.h
41
class
ProxyService
;
79
ProxyService
* proxy_service,
175
const scoped_refptr<
ProxyService
> proxy_service_;
Completed in 1443 milliseconds
1
2