HomeSort by relevance Sort by last modified time
    Searched refs:ChildThread (Results 26 - 47 of 47) sorted by null

12

  /external/chromium_org/content/gpu/
gpu_child_thread.h 36 class GpuChildThread : public ChildThread {
55 // ChildThread overrides.
  /external/chromium_org/content/renderer/service_worker/
service_worker_context_client.cc 52 sender_(ChildThread::current()->thread_safe_sender()),
  /external/chromium_org/content/renderer/
shared_worker_repository.cc 42 return new WebSharedWorkerProxy(ChildThread::current(),
render_thread_impl.cc 302 : ChildThread(channel_name) {
423 ChildThread::Shutdown();
529 bool rv = ChildThread::Send(msg);
578 return ChildThread::AddRoute(routing_id, listener);
583 return ChildThread::RemoveRoute(routing_id);
752 success = ChildThread::Send(message);
    [all...]
websharedworker_proxy.cc 16 WebSharedWorkerProxy::WebSharedWorkerProxy(ChildThread* child_thread,
renderer_clipboard_client.cc 55 shared_buf_.reset(ChildThread::current()->AllocateSharedMemory(buf_size));
renderer_webkitplatformsupport_impl.cc 219 // ChildThread may not exist in some tests.
220 if (ChildThread::current()) {
221 sync_message_filter_ = ChildThread::current()->sync_message_filter();
222 thread_safe_sender_ = ChildThread::current()->thread_safe_sender();
223 quota_message_filter_ = ChildThread::current()->quota_message_filter();
    [all...]
render_thread_impl.h 109 public ChildThread,
355 // ChildThread
render_frame_impl.cc 588 ChildThread::current()->thread_safe_sender(),
    [all...]
  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 86 ChildThread::current()->thread_safe_sender());
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 59 ChildThread::current()->RemoveRoute(route_id_);
147 ChildThread::current()->AddRoute(route_id_, this);
191 ChildThread::current()->Send(message);
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 38 public class ChildThread implements Runnable {
39 public ChildThread() {
161 Thread ct = new Thread(new ChildThread());
  /external/chromium_org/content/app/android/
child_process_service.cc 139 ChildThread::ShutdownThread();
  /external/chromium_org/content/plugin/
plugin_thread.cc 142 ChildThread::Shutdown();
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 44 class PpapiThread : public ChildThread,
64 // ChildThread overrides.
ppapi_thread.cc 99 return ChildThread::Send(msg);
121 ChildThread::OnChannelConnected(peer_pid);
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 73 if (ChildThread::current())
74 ChildThread::current()->Send(
97 if (!ChildThread::current() ||
98 !ChildThread::current()->file_system_dispatcher())
102 DispatchToMethod(ChildThread::current()->file_system_dispatcher(),
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 111 ChildThread::current()->file_system_dispatcher();
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 29 thread_safe_sender_(ChildThread::current()->thread_safe_sender()),
289 return ChildThread::AllocateSharedMemory(size, thread_safe_sender_.get());
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 165 // Check for NULL prevents unittests from crashing on nonexistent ChildThread.
166 DCHECK(ChildThread::current() == NULL ||
167 ChildThread::current()->message_loop() == base::MessageLoop::current());
200 // Check for NULL prevents unittests from crashing on nonexistent ChildThread.
201 DCHECK(ChildThread::current() == NULL ||
202 ChildThread::current()->message_loop() == base::MessageLoop::current());
218 // Check for NULL prevents unittests from crashing on nonexistent ChildThread.
219 DCHECK(ChildThread::current() == NULL ||
220 ChildThread::current()->message_loop() == base::MessageLoop::current());
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 128 bridge_.reset(ChildThread::current()->resource_dispatcher()->CreateBridge(
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 32 GpuChannelManager::GpuChannelManager(ChildThread* gpu_child_thread,

Completed in 1546 milliseconds

12