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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.h 30 class Client {
32 virtual ~Client() {}
55 // |client| must outlive this object. It is guaranteed that |client| won't
57 PepperFlashSettingsManager(Client* client,
69 // Client::OnDeauthorizeContentLicensesCompleted() will be called when the
72 // Client::OnDeauthorizeContentLicensesCompleted().
76 // Client::OnGetPermissionSettingsCompleted() will be called when the
82 // Client::OnSetDefaultPermissionCompleted() will be called when th
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 2 Native Client Manifest (nmf) Format
13 Every Native Client application has a `JSON-formatted <http://www.json.org/>`_
15 download and load your Native Client application files and libraries.
43 in the Native Client runtime environment. For a Portable Native Client
45 For architecture-specific Native Client applications, this is a list
52 Example of a ``program`` for Portable Native Client:
77 Portable Native Client applications can also specify an ``optlevel`` field.
86 Portable Native Client translator and runtime may *automatically* choose
91 Client debugging is enabled with either the ``--enable-nacl-debug`` Chrom
    [all...]
index.rst 6 developing with Native Client, such as the NaCl manifest file format. In
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Client.java 18 enum Client {
  /external/chromium_org/pdf/
paint_manager.h 27 // The client's OnPaint
50 class Client {
75 virtual ~Client() {}
83 // The Client is a non-owning pointer and must remain valid (normally the
84 // object implementing the Client interface will own the paint manager).
102 PaintManager(pp::Instance* instance, Client* client, bool is_always_opaque);
115 void Initialize(pp::Instance* instance, Client* client,
156 // Does the client paint and executes a Flush if necessary
    [all...]
  /external/qemu/telephony/
simulator.c 31 } ClientRec, *Client;
33 static Client
36 Client client = calloc( sizeof(*client), 1 ); local
38 client->channel = channel;
39 return client;
43 client_free( Client client )
45 sys_channel_close( client->channel )
94 Client client = _client; local
168 Client client; local
    [all...]
test2.c 47 } ClientRec, *Client;
49 static Client
52 Client client = calloc( sizeof(*client), 1 ); local
54 client->channel = channel;
55 return client;
59 client_free( Client client )
61 sys_channel_close( client->channel )
106 Client client = _client; local
181 Client client; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 53 private final HashMap<IBinder, Client> mClients = new HashMap<IBinder, Client>();
69 * Represents an active remote {@link Ringtone} client.
71 private class Client implements IBinder.DeathRecipient {
75 public Client(IBinder token, Uri uri, UserHandle user, AudioAttributes aa) {
100 Client client;
102 client = mClients.get(token);
103 if (client == null) {
105 client = new Client(token, uri, user, aa)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.h 44 class Client {
46 virtual ~Client() {}
69 base::WeakPtr<Client> weak_client_ui,
77 base::WeakPtr<Client> weak_client_ui,
97 NativeMessageProcessHost(base::WeakPtr<Client> weak_client_ui,
127 // The Client messages will be posted to. Should only be accessed from the
129 base::WeakPtr<Client> weak_client_ui_;
  /external/chromium_org/content/browser/loader/
resource_scheduler.h 41 // A client is uniquely identified by its child_id and route_id.
43 // Each Client may have many Requests in flight. Requests are uniquely
44 // identified within a Client by its ScheduledResourceRequest.
74 // Called when a client navigates to a new main document.
77 // Called when the client has parsed the <body> element. This is a signal that
95 class Client;
98 typedef std::map<ClientId, Client*> ClientMap;
114 // Returns the client ID for the given |child_id| and |route_id| combo.
  /external/chromium_org/content/common/gpu/media/
vt_video_decode_accelerator.h 31 Client* client) OVERRIDE;
44 media::VideoDecodeAccelerator::Client* client_;
rendering_helper.h 41 class Client {
43 // Callback to tell client to render the content.
46 // Callback to get the desired window size of the client.
50 virtual ~Client() {}
125 std::vector<base::WeakPtr<Client> > clients_;
147 std::vector<base::WeakPtr<RenderingHelper::Client> > clients;
  /external/chromium_org/content/renderer/media/
video_frame_compositor.h 50 cc::VideoFrameProvider::Client* client) OVERRIDE;
62 cc::VideoFrameProvider::Client* client_;
webcontentdecryptionmodulesession_impl.h 30 Client* client,
57 Client* client_;
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 39 scoped_ptr<VideoCaptureDevice::Client> client) OVERRIDE;
67 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 43 scoped_ptr<VideoCaptureDevice::Client> client)
61 scoped_ptr<VideoCaptureDevice::Client> client_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleSession.h 45 class BLINK_PLATFORM_EXPORT Client {
60 virtual ~Client();
  /external/mdnsresponder/mDNSPosix/
Makefile 250 # libdns_sd target builds the client library
252 @echo "Client library done"
451 @echo "Embedded Standalone Client done"
468 $(BUILDDIR)/mDNSClientPosix: $(APPOBJ) $(OBJDIR)/Client.c.o
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 19 import com.android.ddmlib.Client;
29 * A Workbench {@link ViewPart} that requires {@link Device}/{@link Client} selection notifications
51 * Sent when a new {@link Client} is selected.
52 * @param selectedClient The selected client.
57 public final void selectionChanged(Client selectedClient) {
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 17 package com.example.android.platform_library.client;
28 public class Client extends Activity {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
externs.js 12 * <embed> element which wraps a Native Client module.
19 * Exposed when Native Client is present.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h 28 class Client {
37 virtual ~Client() {}
40 CloudPrintAuth(Client* client,
80 Client* client_;
99 // client login token used to authenticate request to cloud print server to
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.h 34 scoped_ptr<Client> client) OVERRIDE;
web_contents_video_capture_device.h 44 scoped_ptr<Client> client) OVERRIDE;
  /external/chromium_org/media/video/
mock_video_decode_accelerator.h 27 MOCK_METHOD2(Initialize, bool(VideoCodecProfile profile, Client* client));

Completed in 1277 milliseconds

12 3 4 5 6 7 8 91011>>