HomeSort by relevance Sort by last modified time
    Searched defs:proxy (Results 251 - 275 of 580) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 5 #include "ppapi/proxy/ppb_buffer_proxy.h"
15 #include "ppapi/proxy/host_dispatcher.h"
16 #include "ppapi/proxy/plugin_dispatcher.h"
17 #include "ppapi/proxy/ppapi_messages.h"
23 namespace proxy { namespace in namespace:ppapi
82 ppapi::proxy::SerializedHandle shm_handle;
114 ppapi::proxy::SerializedHandle* result_shm_handle) {
155 } // namespace proxy
ppb_flash_message_loop_proxy.cc 5 #include "ppapi/proxy/ppb_flash_message_loop_proxy.h"
10 #include "ppapi/proxy/enter_proxy.h"
11 #include "ppapi/proxy/plugin_dispatcher.h"
12 #include "ppapi/proxy/ppapi_messages.h"
21 namespace proxy { namespace in namespace:ppapi
164 } // namespace proxy
ppp_instance_private_proxy_unittest.cc 15 #include "ppapi/proxy/host_dispatcher.h"
16 #include "ppapi/proxy/interface_list.h"
17 #include "ppapi/proxy/ppapi_proxy_test.h"
35 namespace proxy { namespace in namespace:ppapi
47 // Return the plugin-side proxy for PPB_Var_Deprecated.
51 // Grab the plugin-side proxy for PPB_Var_Deprecated (for CreateObject).
164 // Grab the host-side proxy for PPP_Instance and PPP_Instance_Private.
208 } // namespace proxy
ppp_instance_proxy.cc 5 #include "ppapi/proxy/ppp_instance_proxy.h"
14 #include "ppapi/proxy/host_dispatcher.h"
15 #include "ppapi/proxy/plugin_dispatcher.h"
16 #include "ppapi/proxy/plugin_globals.h"
17 #include "ppapi/proxy/plugin_proxy_delegate.h"
18 #include "ppapi/proxy/plugin_resource_tracker.h"
19 #include "ppapi/proxy/ppapi_messages.h"
20 #include "ppapi/proxy/url_loader_resource.h"
30 namespace proxy { namespace in namespace:ppapi
110 // The PPP_Instance proxy works by always proxying the 1.1 version of th
    [all...]
ppp_printing_proxy.cc 5 #include "ppapi/proxy/ppp_printing_proxy.h"
10 #include "ppapi/proxy/host_dispatcher.h"
11 #include "ppapi/proxy/plugin_dispatcher.h"
12 #include "ppapi/proxy/ppapi_messages.h"
18 namespace proxy { namespace in namespace:ppapi
72 // browser. The plugin proxy code returns that ref to us and asynchronously
213 } // namespace proxy
ppp_video_decoder_proxy.cc 5 #include "ppapi/proxy/ppp_video_decoder_proxy.h"
7 #include "ppapi/proxy/host_dispatcher.h"
8 #include "ppapi/proxy/plugin_globals.h"
9 #include "ppapi/proxy/plugin_resource_tracker.h"
10 #include "ppapi/proxy/ppapi_messages.h"
11 #include "ppapi/proxy/ppb_video_decoder_proxy.h"
19 namespace proxy { namespace in namespace:ppapi
183 } // namespace proxy
resource_message_test_sink.cc 5 #include "ppapi/proxy/resource_message_test_sink.h"
7 #include "ppapi/proxy/ppapi_messages.h"
8 #include "ppapi/proxy/resource_message_params.h"
9 #include "ppapi/proxy/serialized_handle.h"
12 namespace proxy { namespace in namespace:ppapi
129 } // namespace proxy
serialized_flash_menu.cc 5 #include "ppapi/proxy/serialized_flash_menu.h"
9 #include "ppapi/proxy/ppapi_param_traits.h"
12 namespace proxy { namespace in namespace:ppapi
180 } // namespace proxy
serialized_structs.cc 5 #include "ppapi/proxy/serialized_structs.h"
16 namespace proxy { namespace in namespace:ppapi
140 } // namespace proxy
serialized_var_unittest.cc 5 #include "ppapi/proxy/ppapi_proxy_test.h"
7 #include "ppapi/proxy/serialized_var.h"
11 namespace proxy { namespace in namespace:ppapi
353 } // namespace proxy
tcp_socket_resource_base.h 16 #include "ppapi/proxy/plugin_resource.h"
17 #include "ppapi/proxy/ppapi_proxy_export.h"
27 namespace proxy { namespace in namespace:ppapi
152 } // namespace proxy
udp_socket_resource_base.cc 5 #include "ppapi/proxy/udp_socket_resource_base.h"
14 #include "ppapi/proxy/error_conversion.h"
15 #include "ppapi/proxy/ppapi_messages.h"
21 namespace proxy { namespace in namespace:ppapi
294 } // namespace proxy
url_loader_resource.h 13 #include "ppapi/proxy/plugin_resource.h"
14 #include "ppapi/proxy/ppapi_proxy_export.h"
19 namespace proxy { namespace in namespace:ppapi
143 } // namespace proxy
video_capture_resource.cc 5 #include "ppapi/proxy/video_capture_resource.h"
8 #include "ppapi/proxy/dispatch_reply_message.h"
9 #include "ppapi/proxy/plugin_dispatcher.h"
10 #include "ppapi/proxy/plugin_globals.h"
11 #include "ppapi/proxy/plugin_resource_tracker.h"
12 #include "ppapi/proxy/ppapi_messages.h"
13 #include "ppapi/proxy/ppb_buffer_proxy.h"
14 #include "ppapi/proxy/resource_message_params.h"
19 namespace proxy { namespace in namespace:ppapi
165 resources[i] = ppapi::proxy::PPB_Buffer_Proxy::AddProxyResource
    [all...]
websocket_resource.h 11 #include "ppapi/proxy/plugin_resource.h"
20 namespace proxy { namespace in namespace:ppapi
154 } // namespace proxy
  /external/chromium_org/ppapi/shared_impl/
resource.h 94 // Normally we shouldn't reply on proxy here, but this is to support
96 namespace proxy { namespace in namespace:ppapi
217 virtual void OnReplyReceived(const proxy::ResourceMessageReplyParams& params,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestInterfaces.cpp 83 void TestInterfaces::setWebView(WebView* webView, WebTestProxyBase* proxy)
85 m_proxy = proxy;
90 m_testRunner->setWebView(webView, proxy);
152 void TestInterfaces::windowOpened(WebTestProxyBase* proxy)
154 m_windowList.push_back(proxy);
157 void TestInterfaces::windowClosed(WebTestProxyBase* proxy)
159 vector<WebTestProxyBase*>::iterator pos = find(m_windowList.begin(), m_windowList.end(), proxy);
187 WebTestProxyBase* TestInterfaces::proxy() function in class:WebTestRunner::TestInterfaces
  /external/chromium_org/third_party/WebKit/Source/web/
StorageAreaProxy.cpp 177 StorageNamespaceProxy* proxy = static_cast<StorageNamespaceProxy*>((*it)->sessionStorage(dontCreateIfMissing)); local
178 if (proxy && proxy->isSameNamespace(sessionNamespace))
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslsocketfactory.h 54 void SetProxy(const ProxyInfo& proxy) {
56 proxy_ = proxy;
59 const ProxyInfo& proxy() const { return proxy_; } function in class:talk_base::SslSocketFactory
82 AsyncSocket* CreateProxySocket(const ProxyInfo& proxy, int family, int type);
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 16 package javassist.util.proxy;
46 * @see javassist.util.proxy.ProxyFactory
194 * Converts a proxy object to an object that is writable to an
196 * in a proxy class.
200 public static SerializedProxy makeSerializedProxy(Object proxy)
203 Class clazz = proxy.getClass();
206 if (proxy instanceof ProxyObject)
207 methodHandler = ((ProxyObject)proxy).getHandler();
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 1 package test.javassist.proxy;
12 import javassist.util.proxy.ProxyFactory;
53 assertEquals("javassist.util.proxy.SerializedProxy",
  /external/okhttp/src/main/java/com/squareup/okhttp/
Address.java 19 import java.net.Proxy;
29 * this is the server's hostname and port. If an explicit proxy is requested (or
30 * {@link Proxy#NO_PROXY no proxy} is explicitly requested), this also includes
31 * that proxy information. For secure connections the address also includes the
38 final Proxy proxy; field in class:Address
47 HostnameVerifier hostnameVerifier, OkAuthenticator authenticator, Proxy proxy,
53 this.proxy = proxy
    [all...]
  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java 18 package org.jivesoftware.smack.proxy;
23 * Class which stores proxy information such as proxy type, host, port,
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 31 namespace proxy namespace in namespace:mcld
41 } // namespace of template proxy
71 proxy::move<DIRECT>(m_pNode);
90 namespace proxy namespace in namespace:mcld
108 } //namespace of template proxy
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java 22 import java.lang.reflect.Proxy;
29 * Make sure the proxy's class loader fails if it cannot see the class
39 Proxy.newProxyInstance(loaderB, interfacesA, new TestInvocationHandler());
53 Object proxy = Proxy.newProxyInstance(loaderA, interfacesA, invocationHandlerB); local
54 assertEquals(loaderA, proxy.getClass().getClassLoader());
55 assertEquals("foo", proxy.getClass().getMethod("echo", String.class).invoke(proxy, "foo"));
63 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
72 Object proxy = Proxy.newProxyInstance(cl, interfaces, new InvocationHandler() local
    [all...]

Completed in 239 milliseconds

<<11121314151617181920>>