Searched refs:proxy (Results 201 - 225 of 4322) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dconnection.h15 namespace proxy { namespace in namespace:ppapi
47 } // namespace proxy
H A Dcontent_decryptor_private_serializer.h14 namespace proxy { namespace in namespace:ppapi
24 // because the functions are intended for use on both sides of the IPC proxy.
54 } // namespace proxy
H A Dflash_fullscreen_resource.cc5 #include "ppapi/proxy/flash_fullscreen_resource.h"
8 #include "ppapi/proxy/ppapi_messages.h"
11 namespace proxy { namespace in namespace:ppapi
45 } // namespace proxy
H A Dflash_fullscreen_resource.h8 #include "ppapi/proxy/connection.h"
9 #include "ppapi/proxy/plugin_resource.h"
13 namespace proxy { namespace in namespace:ppapi
40 } // namespace proxy
H A Dgamepad_resource.h13 #include "ppapi/proxy/plugin_resource.h"
14 #include "ppapi/proxy/ppapi_proxy_export.h"
25 namespace proxy { namespace in namespace:ppapi
57 } // namespace proxy
H A Dhost_resolver_resource.h10 #include "ppapi/proxy/host_resolver_resource_base.h"
11 #include "ppapi/proxy/ppapi_proxy_export.h"
15 namespace proxy { namespace in namespace:ppapi
40 } // namespace proxy
H A Dhost_var_serialization_rules.h12 #include "ppapi/proxy/var_serialization_rules.h"
15 namespace proxy { namespace in namespace:ppapi
36 } // namespace proxy
H A Dnetwork_proxy_resource.h8 #include "ppapi/proxy/plugin_resource.h"
9 #include "ppapi/proxy/ppapi_proxy_export.h"
13 namespace proxy { namespace in namespace:ppapi
15 // The proxy-side resource for PPB_NetworkProxy.
42 } // namespace proxy
H A Dplugin_proxy_delegate.h15 namespace proxy { namespace in namespace:ppapi
23 // proxy lock is not acquired. Please see the implementation of
47 } // namespace proxy
H A Dplugin_resource_tracker.h17 #include "ppapi/proxy/ppapi_proxy_export.h"
25 namespace proxy { namespace in namespace:ppapi
50 } // namespace proxy
H A Dppp_find_proxy.h11 #include "ppapi/proxy/interface_proxy.h"
15 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_input_event_proxy.h10 #include "ppapi/proxy/interface_proxy.h"
16 namespace proxy { namespace in namespace:ppapi
36 // When this proxy is in the plugin side, this value caches the interface
44 } // namespace proxy
H A Dppp_messaging_proxy.h11 #include "ppapi/proxy/interface_proxy.h"
14 namespace proxy { namespace in namespace:ppapi
34 // When this proxy is in the plugin side, this value caches the interface
42 } // namespace proxy
H A Dprinting_resource.h8 #include "ppapi/proxy/connection.h"
9 #include "ppapi/proxy/plugin_resource.h"
10 #include "ppapi/proxy/ppapi_proxy_export.h"
15 namespace proxy { namespace in namespace:ppapi
43 } // namespace proxy
H A Dserialized_flash_menu.h12 #include "ppapi/proxy/ppapi_proxy_export.h"
23 namespace proxy { namespace in namespace:ppapi
43 } // namespace proxy
H A Durl_response_info_resource.h10 #include "ppapi/proxy/plugin_resource.h"
11 #include "ppapi/proxy/ppapi_proxy_export.h"
17 namespace proxy { namespace in namespace:ppapi
51 } // namespace proxy
H A Dvar_serialization_rules.h14 namespace proxy { namespace in namespace:ppapi
86 } // namespace proxy
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorWorkerAgent.cpp56 explicit WorkerFrontendChannel(InspectorFrontend::Worker* frontend, WorkerInspectorProxy* proxy) argument
58 , m_proxy(proxy)
62 ASSERT(!proxy->pageInspector());
70 WorkerInspectorProxy* proxy() const { return m_proxy; } function in class:blink::FINAL
194 channel->proxy()->sendMessageToInspector(message->toJSONString());
227 void InspectorWorkerAgent::workerTerminated(WorkerInspectorProxy* proxy) argument
229 m_workerIds.remove(proxy);
231 if (proxy == it->value->proxy()) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp53 bool SkXfermodeImageFilter::onFilterImage(Proxy* proxy, argument
63 !backgroundInput->filterImage(proxy, src, ctx, &background, &backgroundOffset)) {
68 !foregroundInput->filterImage(proxy, src, ctx, &foreground, &foregroundOffset)) {
86 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
114 bool SkXfermodeImageFilter::filterImageGPU(Proxy* proxy, argument
121 if (getInput(0) && !getInput(0)->getInputResultGPU(proxy, src, ctx, &background,
123 return onFilterImage(proxy, src, ctx, result, offset);
128 if (getInput(1) && !getInput(1)->getInputResultGPU(proxy, src, ctx, &foreground,
130 return onFilterImage(proxy, src, ctx, result, offset);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DCallbackGenerator.java16 package org.mockito.cglib.proxy;
H A DMixinBeanEmitter.java16 package org.mockito.cglib.proxy;
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp45 bool SkXfermodeImageFilter::onFilterImage(Proxy* proxy, argument
55 !backgroundInput->filterImage(proxy, src, ctx, &background, &backgroundOffset)) {
60 !foregroundInput->filterImage(proxy, src, ctx, &foreground, &foregroundOffset)) {
78 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
106 bool SkXfermodeImageFilter::filterImageGPU(Proxy* proxy, argument
113 if (getInput(0) && !getInput(0)->getInputResultGPU(proxy, src, ctx, &background,
115 return onFilterImage(proxy, src, ctx, result, offset);
120 if (getInput(1) && !getInput(1)->getInputResultGPU(proxy, src, ctx, &foreground,
122 return onFilterImage(proxy, src, ctx, result, offset);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java59 private Proxy proxy; field in class:OkHttpClient
128 * Sets the HTTP proxy that will be used by connections created by this
130 * only honored when this proxy is null (which it is by default). To disable
131 * proxy use completely, call {@code setProxy(Proxy.NO_PROXY)}.
133 public OkHttpClient setProxy(Proxy proxy) { argument
134 this.proxy = proxy;
139 return proxy;
143 * Sets the proxy selection policy to be used if no {@link #setProxy proxy}
465 open(URL url, Proxy proxy) argument
[all...]
/external/chromium_org/athena/content/
H A Dapp_activity_registry.h28 // the |AppActivity| in the Activity list as proxy to allow restarting of the
61 // Returns the proxy - if there is one. This will get used by a newly created
70 void ProxyDestroyed(AppActivityProxy* proxy);
73 // cause the application to restart. When that happens the proxy will get
75 void RestartApplication(AppActivityProxy* proxy);
88 // The application id for this proxy.
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl_unittest.cc35 FakeImplProxy proxy; local
37 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);

Completed in 7411 milliseconds

1234567891011>>