Searched refs:proxy (Results 126 - 150 of 4322) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/nacl_irt/
H A Dplugin_main.cc18 #include "ppapi/proxy/plugin_globals.h"
34 ppapi::proxy::PluginGlobals plugin_globals;
41 // on an RPC, the PPAPI proxy will hang. Do this before we initialize the
42 // module and start the PPAPI proxy so that the NaCl plugin can continue
/external/chromium_org/ppapi/proxy/
H A Dbroker_resource.cc5 #include "ppapi/proxy/broker_resource.h"
8 #include "ppapi/proxy/ppapi_messages.h"
11 namespace proxy { namespace in namespace:ppapi
31 } // namespace proxy
H A Dbroker_resource.h8 #include "ppapi/proxy/connection.h"
9 #include "ppapi/proxy/plugin_resource.h"
13 namespace proxy { namespace in namespace:ppapi
32 } // namespace proxy
H A Dbrowser_font_singleton_resource.cc5 #include "ppapi/proxy/browser_font_singleton_resource.h"
7 #include "ppapi/proxy/ppapi_messages.h"
11 namespace proxy { namespace in namespace:ppapi
37 } // namespace proxy
H A Dbrowser_font_singleton_resource.h8 #include "ppapi/proxy/connection.h"
9 #include "ppapi/proxy/plugin_resource.h"
13 namespace proxy { namespace in namespace:ppapi
38 } // namespace proxy
H A Dfile_mapping_resource_win.cc5 #include "ppapi/proxy/file_mapping_resource.h"
10 namespace proxy { namespace in namespace:ppapi
39 } // namespace proxy
H A Dinterface_proxy.h17 namespace proxy { namespace in namespace:ppapi
46 } // namespace proxy
H A Dppb_core_proxy.h12 #include "ppapi/proxy/interface_proxy.h"
16 namespace proxy { namespace in namespace:ppapi
35 // When this proxy is in the host side, this value caches the interface
41 } // namespace proxy
H A Dppb_x509_certificate_private_proxy.h12 #include "ppapi/proxy/interface_proxy.h"
15 namespace proxy { namespace in namespace:ppapi
33 } // namespace proxy
H A Dppp_instance_private_proxy.h12 #include "ppapi/proxy/interface_proxy.h"
16 namespace proxy { namespace in namespace:ppapi
35 // When this proxy is in the plugin side, this value caches the interface
43 } // namespace proxy
H A Dppp_text_input_proxy.h11 #include "ppapi/proxy/interface_proxy.h"
14 namespace proxy { namespace in namespace:ppapi
31 // When this proxy is in the plugin side, this value caches the interface
39 } // namespace proxy
H A Dproxy_module.h11 #include "ppapi/proxy/ppapi_proxy_export.h"
16 namespace proxy { namespace in namespace:ppapi
40 } // namespace proxy
H A Dproxy_object_var.cc5 #include "ppapi/proxy/proxy_object_var.h"
10 using ppapi::proxy::PluginDispatcher;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorker.h52 // ownership to the callee, and the proxy's lifetime is same as that of
55 virtual WebServiceWorkerProxy* proxy() { return 0; } function in class:blink::WebServiceWorker
/external/chromium_org/third_party/webrtc/base/
H A Dautodetectproxy_unittest.cc68 void SetProxy(const SocketAddress& proxy) { argument
69 auto_detect_proxy_->set_proxy(proxy);
76 void TestCopesWithProxy(const SocketAddress& proxy) { argument
77 // Tests that at least autodetect doesn't crash for a given proxy address.
84 SetProxy(proxy);
119 // Test that proxy detection completes successfully. (Does not actually verify
120 // the correct detection result since we don't know what proxy to expect on an
H A Dproxyinfo.h26 const char * ProxyToString(ProxyType proxy);
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
H A DInvocationHandlerAdapter.java30 * Handles proxy method invocations to dexmaker's InvocationHandler by calling
41 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { argument
43 return proxy == args[0];
45 return System.identityHashCode(proxy);
49 return handler.handle(new InvocationImpl(proxy, proxiedMethod, args, SequenceNumber.next(),
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DFactory.java17 package org.mockito.cglib.proxy;
H A DProxy.java16 package org.mockito.cglib.proxy;
68 public static InvocationHandler getInvocationHandler(Object proxy) { argument
69 if (!(proxy instanceof ProxyImpl)) {
70 throw new IllegalArgumentException("Object is not a proxy");
72 return ((Proxy)proxy).h;
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyException.java18 package org.jivesoftware.smack.proxy;
23 * An exception class to handle exceptions caused by proxy.
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultHttpRoutePlanner.java55 * nor of system or browser proxy settings.
109 final HttpHost proxy =
117 if (proxy == null) {
120 route = new HttpRoute(target, local, proxy, secure);
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.h13 #include "ppapi/proxy/host_dispatcher.h"
57 ppapi::proxy::HostDispatcher* dispatcher() { return dispatcher_.get(); }
72 scoped_ptr<ppapi::proxy::HostDispatcher> dispatcher_;
73 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
H A Dpepper_broker.h13 #include "ppapi/proxy/proxy_channel.h"
20 namespace proxy { namespace in namespace:ppapi
42 scoped_ptr<ppapi::proxy::BrokerDispatcher> dispatcher_;
43 scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
/external/chromium_org/content/renderer/
H A Drender_frame_proxy.cc42 scoped_ptr<RenderFrameProxy> proxy(
48 blink::WebRemoteFrame* web_frame = blink::WebRemoteFrame::create(proxy.get());
49 proxy->Init(web_frame, frame_to_replace->render_view());
50 return proxy.release();
57 scoped_ptr<RenderFrameProxy> proxy(
64 web_frame = blink::WebRemoteFrame::create(proxy.get());
72 web_frame = parent->web_frame()->createRemoteChild("", proxy.get());
76 proxy->Init(web_frame, render_view);
78 return proxy.release();
92 RenderFrameProxy* proxy local
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_interfaces.h43 void SetWebView(blink::WebView* web_view, WebTestProxyBase* proxy);
52 void WindowOpened(WebTestProxyBase* proxy);
53 void WindowClosed(WebTestProxyBase* proxy);

Completed in 533 milliseconds

1234567891011>>