OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyResolverJSBindings
(Results
1 - 2
of
2
) sorted by null
/external/chromium-libpac/src/
proxy_resolver_js_bindings.h
17
class
ProxyResolverJSBindings
{
19
ProxyResolverJSBindings
() {}// : current_request_context_(NULL) {}
21
virtual ~
ProxyResolverJSBindings
() {}
52
static
ProxyResolverJSBindings
* CreateDefault();
/external/chromium/net/proxy/
proxy_resolver_js_bindings.h
20
class
ProxyResolverJSBindings
{
22
ProxyResolverJSBindings
() : current_request_context_(NULL) {}
24
virtual ~
ProxyResolverJSBindings
() {}
67
static
ProxyResolverJSBindings
* CreateDefault(HostResolver* host_resolver,
Completed in 36 milliseconds