OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyResolverV8
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_resolver_v8.h
22
// constraint,
ProxyResolverV8
holds a v8::Locker during execution. Therefore
23
// it is OK to run multiple instances of
ProxyResolverV8
on different threads,
28
// instances and the locked V8 instances used by
ProxyResolverV8
(assuming they
34
class
ProxyResolverV8
: public ProxyResolver {
36
// Constructs a
ProxyResolverV8
with custom bindings.
ProxyResolverV8
takes
37
// ownership of |custom_js_bindings| and deletes it when
ProxyResolverV8
39
explicit
ProxyResolverV8
(ProxyResolverJSBindings* custom_js_bindings);
41
virtual ~
ProxyResolverV8
();
68
DISALLOW_COPY_AND_ASSIGN(
ProxyResolverV8
);
[
all
...]
proxy_resolver_v8.cc
329
//
ProxyResolverV8
::Context ---------------------------------------------------
331
class
ProxyResolverV8
::Context {
678
//
ProxyResolverV8
------------------------------------------------------------
680
ProxyResolverV8
::
ProxyResolverV8
(
686
ProxyResolverV8
::~
ProxyResolverV8
() {}
688
int
ProxyResolverV8
::GetProxyForURL(const GURL& query_url,
719
void
ProxyResolverV8
::CancelRequest(RequestHandle request) {
724
void
ProxyResolverV8
::CancelSetPacScript()
[
all
...]
Completed in 163 milliseconds