HomeSort by relevance Sort by last modified time
    Searched full:child_thread (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/content/common/gpu/
DEPS 11 "+content/child/child_thread.h",
  /external/chromium_org/content/child/
thread_safe_sender.cc 8 #include "content/child/child_thread.h"
child_histogram_message_filter.cc 13 #include "content/child/child_thread.h"
child_message_filter.cc 11 #include "content/child/child_thread.h"
webkitplatformsupport_impl.cc 6 #include "content/child/child_thread.h"
child_process.cc 19 #include "content/child/child_thread.h"
quota_dispatcher.cc 10 #include "content/child/child_thread.h"
socket_stream_dispatcher.cc 16 #include "content/child/child_thread.h"
webblobregistry_impl.cc 12 #include "content/child/child_thread.h"
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 118 CHandle child_thread(OpenThread(THREAD_TERMINATE,
121 if (NULL == child_thread.m_h) {
130 TerminateThread(child_thread, 0);
131 WaitForSingleObject(child_thread, kTerminateTimeout);
132 child_thread.Close();
  /external/chromium_org/content/child/service_worker/
web_service_worker_provider_impl.cc 9 #include "content/child/child_thread.h"
  /external/chromium_org/content/plugin/
plugin_thread.h 11 #include "content/child/child_thread.h"
  /external/chromium_org/content/renderer/
shared_worker_repository.cc 7 #include "content/child/child_thread.h"
websharedworker_proxy.cc 7 #include "content/child/child_thread.h"
16 WebSharedWorkerProxy::WebSharedWorkerProxy(ChildThread* child_thread,
23 child_thread_(child_thread),
websharedworker_proxy.h 30 WebSharedWorkerProxy(ChildThread* child_thread,
  /external/chromium_org/content/utility/
utility_thread_impl.h 13 #include "content/child/child_thread.h"
  /external/chromium_org/content/worker/
worker_thread.h 10 #include "content/child/child_thread.h"
websharedworker_stub.cc 9 #include "content/child/child_thread.h"
  /external/chromium_org/content/gpu/
gpu_child_thread.h 17 #include "content/child/child_thread.h"
gpu_main.cc 308 GpuChildThread* child_thread = new GpuChildThread(watchdog_thread.get(), local
315 child_thread->Init(start_time);
317 gpu_process.set_main_thread(child_thread);
327 child_thread->StopWatchdog();
  /external/chromium_org/content/
content_child.gypi 41 'child/child_thread.cc',
42 'child/child_thread.h',
  /external/chromium_org/content/app/android/
child_process_service.cc 14 #include "content/child/child_thread.h"
  /external/chromium_org/content/child/fileapi/
webfilewriter_impl.cc 10 #include "content/child/child_thread.h"
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 9 #include "content/child/child_thread.h"
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer_unittest.cc 113 "\"child_thread\":\"Chrome_IOThread\","

Completed in 667 milliseconds

1 2