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

12 3 4 5

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.h 61 ServiceWorkerClients* clients();
  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 82 // Only use the clients that are visible, because otherwise the set of clients
107 // Ignore what the system said and give all clients the same maximum
263 // Determine which clients are "hibernated" (which determines the
264 // distribution of frontbuffers and memory among clients that don't have
268 // Assign memory allocations to clients that have surfaces.
271 // Assign memory allocations to clients that don't have surfaces.
278 // Send that allocation to the clients.
279 ClientStateList clients = clients_visible_mru_; local
280 clients.insert(clients.end()
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 260 std::vector<ProfileSyncServiceHarness*>& clients) {
262 if (clients.empty()) {
266 for (std::vector<ProfileSyncServiceHarness*>::iterator it = clients.begin();
267 it != clients.end(); ++it) {
sync_test.h 128 // Used to get the number of sync clients used by a test.
143 // Returns a reference to the collection of sync clients. Callee owns the
145 std::vector<ProfileSyncServiceHarness*>& clients() WARN_UNUSED_RESULT {
167 // Initializes sync clients and profiles but does not sync any of them.
170 // Initializes sync clients and profiles if required and syncs each of them.
179 // Sets whether or not the sync clients in this test should respond to
180 // notifications of their own commits. Real sync clients do not do this, but
196 // Blocks until all sync clients have completed their mutual sync cycles.
218 // Trigger a notification to be sent to all clients. This operation
260 // BrowserTestBase override. Destroys all the sync clients and syn
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 89 // Invalidate all our current clients.
212 OwnPtrWillBeRawPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions.removePendingResource(m_id));
217 // Update cached resources of pending clients.
218 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
219 for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 211 return static_cast<LocalFileSystem*>(WillBeHeapSupplement<WorkerClients>::from(toWorkerGlobalScope(context).clients(), supplementName()));
219 void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSystemClient> client)
221 clients->provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 383 Collection<ClientInfo> clients = mClients.values(); local
384 for (ClientInfo ci2 : clients) {
392 Collection<ClientInfo> clients = mClients.values(); local
393 for (ClientInfo ci2 : clients) {
402 Collection<ClientInfo> clients = mClients.values(); local
403 for (ClientInfo ci2 : clients) {
454 pw.println("number of clients : " + mClients.size());
972 Collection<ClientInfo> clients = mClients.values(); local
1070 Collection<ClientInfo> clients = mClients.values(); local
1120 Collection<ClientInfo> clients = mClients.values(); local
1139 Collection<ClientInfo> clients = mClients.values(); local
1146 Collection<ClientInfo> clients = mClients.values(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 684 const ControllerClients& clients) {
685 for (ControllerClients::const_iterator client_it = clients.begin();
686 client_it != clients.end(); ++client_it) {
698 const ControllerClients& clients) {
699 for (ControllerClients::const_iterator client_it = clients.begin();
700 client_it != clients.end(); ++client_it) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 118 // This would require dealing with multiple clients for load callbacks.
401 // When a sheet is loaded it is moved from the set of loading clients
402 // to the set of completed clients. We therefore need the copy in order to
434 // Copy the completed clients to a vector for iteration.
437 // completed clients. We therefore need the copy in order to not
438 // modify the set of completed clients while iterating it.
568 // In this case, we don't need to add the stylesheet to completed clients.
616 static void clearResolvers(WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >& clients)
618 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator it = clients.begin(); it != clients.end(); ++it)
    [all...]
CSSCrossfadeValue.cpp 192 RenderObjectSizeCountMap::const_iterator end = clients().end();
193 for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) {
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc     [all...]
  /external/chromium_org/content/renderer/media/
video_capture_impl.cc 108 // outstanding clients of a capture session support resolution change.
313 // told all clients that we have started there's nothing to do.
433 bool VideoCaptureImpl::RemoveClient(int client_id, ClientInfoMap* clients) {
437 ClientInfoMap::iterator it = clients->find(client_id);
438 if (it != clients->end()) {
440 clients->erase(it);
video_capture_impl.h 6 // interfaces for clients to Start/Stop capture. It also communicates to clients
62 // Stop/resume delivering video frames to clients, based on flag |suspend|.
130 // Sends an IPC message to browser process when all clients are done with the
143 bool RemoveClient(int client_id, ClientInfoMap* clients);
  /external/wpa_supplicant_8/src/radius/
radius_server.c 126 * clients - List of authorized RADIUS clients
128 struct radius_client *clients; member in struct:radius_server_data
276 * These counters are the sum over all clients.
397 struct radius_client *client = data->clients;
1517 struct radius_client *clients, *tail, *entry; local
    [all...]
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 26 parse trees into programs. Most clients of regular expressions will use the
  /external/regex-re2/doc/
mksyntaxgo 26 parse trees into programs. Most clients of regular expressions will use the
  /external/qemu/android/
hw-qemud.c 72 * channel between clients running in the emulated system and 'services'
581 /** CLIENTS
611 * There is a global list of serial clients used to multiplex incoming
613 * clients don't need multiplexing, because they are communicated via qemud pipes
830 * guest_close - For pipe clients control whether or not the disconnect is
832 * this parameter). For serial clients this parameter is ignored.
845 * client. Since pipe clients are controlled strictly by the guest, we
892 * NOTE: channel_id valie is used as a selector between serial and pipe clients.
949 * Note that we save only serial clients here. The pipe clients will b
1074 QemudClient* clients; member in struct:QemudService
1291 QemudClient* clients; member in struct:QemudMultiplexer
    [all...]
hw-sensors.c 174 HwSensorClient* clients; member in struct:__anon33755
192 HwSensorClient** pnode = &cl->sensors->clients;
237 cl->next = sensors->clients;
238 sensors->clients = cl;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 114 * @param selectedClient The selected client. If null, no clients are selected.
621 // any change in the devices/clients, will be handled by the UI, and we'll receive
641 // any change in the devices/clients, will be handled by the UI, and we'll receive
666 * Sent when a device data changed, or when clients are started/terminated on the device.
677 // any change in the devices/clients, will be handled by the UI, and we'll receive
686 // get the clients and make sure ours is still in there.
687 Client[] clients = device.getClients(); local
689 for (Client client : clients) {
709 * @param selectedClient The selected client. If null, no clients are selected.
762 Client[] clients = device.getClients()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 123 WorkerClients* clients() { return m_workerClients.get(); } function in class:blink::WorkerGlobalScope
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 17 * An interface for clients who want to get notified when an utterance
  /external/nanohttpd/
README.md 21 * All header names are converted lowercase so they don't vary between browsers/clients.
  /external/chromium_org/storage/browser/quota/
usage_tracker.cc 73 UsageTracker::UsageTracker(const QuotaClientList& clients,
80 for (QuotaClientList::const_iterator iter = clients.begin();
81 iter != clients.end();
116 // all clients (because info->pending_clients may reach 0
130 // Fire the sentinel as we've now called GetGlobalUsage for all clients.
142 // all clients (because info->pending_clients may reach 0
156 // Fire the sentinel as we've now called GetGlobalUsage for all clients.
169 // all clients (because info->pending_clients may reach 0
183 // Fire the sentinel as we've now called GetHostUsage for all clients.
228 // All the clients have returned their usage data. Dispatch th
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js 95 * if this had no clients to start with.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 103 ThrottlingController* controller = static_cast<ThrottlingController*>(WillBeHeapSupplement<WorkerClients>::from(workerGlobalScope->clients(), supplementName()));
108 WillBeHeapSupplement<WorkerClients>::provideTo(*workerGlobalScope->clients(), supplementName(), adoptPtrWillBeNoop(controller));

Completed in 586 milliseconds

12 3 4 5