HomeSort by relevance Sort by last modified time
    Searched refs:CreateIOThread (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/shell/
task_runners.cc 14 scoped_ptr<base::Thread> CreateIOThread(const char* name) {
26 cache_thread_(CreateIOThread("cache_thread")),
27 io_thread_(CreateIOThread("io_thread")),
  /external/chromium/chrome/browser/
browser_process_impl.h 121 void CreateIOThread();
browser_process_impl.cc 378 CreateIOThread();
422 CreateIOThread();
707 void BrowserProcessImpl::CreateIOThread() {
    [all...]

Completed in 4571 milliseconds