HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Client.h 14 class Client FINAL : public RefCounted<Client>, public ScriptWrappable {
16 static PassRefPtr<Client> create(unsigned id);
17 ~Client();
19 // Client.idl
24 explicit Client(unsigned id);
Client.cpp 6 #include "modules/serviceworkers/Client.h"
16 PassRefPtr<Client> Client::create(unsigned id)
18 return adoptRef(new Client(id));
21 Client::Client(unsigned id)
27 Client::~Client()
31 void Client::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState)
ServiceWorkerClients.h 14 class Client;
ServiceWorkerClients.cpp 11 #include "modules/serviceworkers/Client.h"
25 static Vector<RefPtr<Client> > from(ScriptPromiseResolverWithContext*, WebType* webClientsRaw)
28 Vector<RefPtr<Client> > clients;
30 clients.append(Client::create(webClients->clientIDs[i]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IClientAction.java 19 import com.android.ddmlib.Client;
25 void selectedClientChanged(Client c);
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModule.h 43 virtual WebContentDecryptionModuleSession* createSession(WebContentDecryptionModuleSession::Client*) = 0;
  /external/chromium_org/cc/layers/
video_frame_provider.h 19 // responsible for making sure Client::DidReceiveFrame() and
20 // Client::DidUpdateMatrix() are only called from this same thread.
25 class Client {
27 // Provider will call this method to tell the client to stop using it.
28 // StopUsingProvider() may be called from any thread. The client should
32 // Notifies the provider's client that a call to GetCurrentFrame() will
36 // Notifies the provider's client of a new UV transform matrix to be used.
40 virtual ~Client() {}
45 virtual void SetVideoFrameProviderClient(Client* client) = 0
    [all...]
  /external/chromium_org/cc/test/
fake_video_frame_provider.h 19 virtual void SetVideoFrameProviderClient(Client* client) OVERRIDE;
24 Client* client() { return client_; } function in class:cc::FakeVideoFrameProvider
32 Client* client_;
fake_video_frame_provider.cc 17 void FakeVideoFrameProvider::SetVideoFrameProviderClient(Client* client) {
18 client_ = client;
  /external/chromium_org/content/browser/
child_process_launcher.h 21 // Launches a process asynchronously and notifies the client of the process
26 class CONTENT_EXPORT Client {
35 virtual ~Client() {}
38 // Launches the process asynchronously, calling the client when the result is
47 Client* client);
plugin_process_host.h 57 class Client {
68 // The client should delete itself when one of these methods is called.
73 virtual ~Client() {}
95 // OnChannelOpened in the client is called.
96 void OpenChannelToPlugin(Client* client);
99 void CancelPendingRequest(Client* client);
102 void CancelSentRequest(Client* client);
    [all...]
ppapi_plugin_process_host.h 34 class Client {
54 virtual ~Client() {}
57 class PluginClient : public Client {
66 class BrokerClient : public Client {
101 // Opens a new channel to the plugin. The client will be notified when the
103 void OpenChannelToPlugin(Client* client);
112 // The client pointer must remain valid until its callback is issued.
127 void RequestPluginChannel(Client* client);
    [all...]
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 31 scoped_ptr<VideoCaptureDevice::Client> client) OVERRIDE;
42 scoped_ptr<Client> client);
53 scoped_ptr<VideoCaptureDevice::Client> client_;
file_video_capture_device.h 41 scoped_ptr<VideoCaptureDevice::Client> client) OVERRIDE;
51 scoped_ptr<Client> client);
63 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_wipeout.h 20 class Client {
24 virtual ~Client() {}
27 CloudPrintWipeout(Client* client, const GURL& cloud_print_server_url);
46 // CloudPrintWipeout client.
47 Client* client_;
cloud_print_proxy.h 27 public CloudPrintWipeout::Client,
30 class Client {
32 virtual ~Client() {}
41 void Initialize(ServiceProcessPrefs* service_prefs, Client* client);
75 // CloudPrintWipeout::Client implementation.
90 Client* client_;
  /external/chromium_org/native_client_sdk/src/doc/
index.rst 2 Welcome to Native Client
8 <a class="button-nacl button-download" href="/native-client/sdk/download.html">Download SDK</a>
11 **Native Client** is a sandbox for running compiled C and C++ code in the
13 **Portable Native Client** extends that technology with
17 In short, Native Client brings the **performance** and **low-level control**
20 Native Client, including its goals, how it works, and how
21 Portable Native Client lets developers run native compiled code on the web.
32 <h2>Guiding principles of Native Client</h2>
47 Get started with Native Client
54 #. :doc:`Download the Native Client SDK <sdk/download>`
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebContentDecryptionModuleSession.cpp 40 WebContentDecryptionModuleSession::Client::~Client()
  /frameworks/native/services/surfaceflinger/
Client.cpp 25 #include "Client.h"
37 Client::Client(const sp<SurfaceFlinger>& flinger)
42 Client::~Client()
53 status_t Client::initCheck() const {
57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
63 void Client::detachLayer(const Layer* layer)
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
88 status_t Client::onTransact
122 Client* client; member in class:android::MessageCreateLayer
    [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.h 27 /// Scroll, and implement the Client interface. Your OnPaint handler will
37 /// class MyClass : public pp::Instance, public PaintManager::Client {
53 /// // Implementation of PaintManager::Client
71 class Client {
104 virtual ~Client() {}
113 /// and client.
124 /// @param client A non-owning pointer and must remain valid (normally the
125 /// object implementing the Client interface will own the paint manager).
140 PaintManager(Instance* instance, Client* client, bool is_always_opaque)
    [all...]
  /external/chromium_org/media/video/
video_decode_accelerator.h 48 class MEDIA_EXPORT Client {
50 // Callback to tell client how many and what size of buffers to provide.
77 virtual ~Client() {}
87 // |client| is the client of this video decoder. The provided pointer must
89 virtual bool Initialize(VideoCodecProfile profile, Client* client) = 0;
100 // Ownership of each picture buffer remains with the client, but the client
118 // back to the client, followed by NotifyFlushDone() being called on th
    [all...]
video_encode_accelerator.h 51 class MEDIA_EXPORT Client {
53 // Callback to tell the client what size of frames and buffers to provide
58 // The client should be prepared to feed at least this many frames into the
73 // is transferred back to the VEA::Client once this callback is made.
90 virtual ~Client() {}
107 // |client| is the client of this video encoder. The provided pointer must
114 Client* client) = 0;
140 // system resources, but its client-visible effects are synchronous. Afte
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_impl_internal.h 29 typedef typename Interface::Client Client;
61 filters.Append<typename Interface::Client::ResponseValidator_>();
67 proxy_ = new typename Client::Proxy_(router_);
73 Client* client() { return proxy_; } function in class:mojo::internal::InterfaceImplState
85 typename Client::Proxy_* proxy_;
  /external/chromium_org/chrome/service/
service_utility_process_host.h 47 class Client : public base::RefCountedThreadSafe<Client> {
49 Client() {}
78 virtual ~Client() {}
81 friend class base::RefCountedThreadSafe<Client>;
89 DISALLOW_COPY_AND_ASSIGN(Client);
92 ServiceUtilityProcessHost(Client* client,
158 // A pointer to our client interface, who will be informed of progress.
159 scoped_refptr<Client> client_
    [all...]
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.h 23 class Client {
31 virtual ~Client() {}
34 PackExtensionJob(Client* client,
42 // The client should call this when it is destroyed to prevent
64 Client* client_;

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>