OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyResolverJSBindings
(Results
1 - 6
of
6
) 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();
proxy_resolver_v8.h
53
explicit ProxyResolverV8(
ProxyResolverJSBindings
* custom_js_bindings,
58
ProxyResolverJSBindings
* js_bindings() { return js_bindings_; }
72
ProxyResolverJSBindings
* js_bindings_;
proxy_resolver_js_bindings.cc
19
//
ProxyResolverJSBindings
implementation.
20
class DefaultJSBindings : public
ProxyResolverJSBindings
{
111
ProxyResolverJSBindings
*
ProxyResolverJSBindings
::CreateDefault() {
proxy_resolver_v8.cc
361
explicit Context(
ProxyResolverJSBindings
* js_bindings,
706
ProxyResolverJSBindings
* js_bindings_;
718
ProxyResolverJSBindings
* custom_js_bindings,
/frameworks/base/packages/services/PacProcessor/jni/
com_android_pacprocessor_PacNative.cpp
68
proxyResolver = new net::ProxyResolverV8(net::
ProxyResolverJSBindings
::CreateDefault(),
/external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc
23
class MockJSBindings : public
ProxyResolverJSBindings
, public ProxyErrorListener {
Completed in 1265 milliseconds