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

  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_unittest.cc 81 : ui_thread(content::BrowserThread::UI, &message_loop),
147 content::TestBrowserThread ui_thread; member in class:ResourceRequestAllowedNotifierTest
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 74 scoped_refptr<base::MessageLoopProxy> ui_thread = local
78 web_database_ = new WebDatabaseService(path, ui_thread, db_thread);
104 web_database_, ui_thread, db_thread, base::Bind(
109 web_database_, ui_thread, db_thread, base::Bind(
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc 434 scoped_ptr<base::Thread> ui_thread; local
454 ui_thread.reset(new base::Thread("screenCaptureUIThread"));
456 ui_thread->StartWithOptions(thread_options);
493 if (!ui_thread.get()) {
500 task_runner, ui_thread.Pass(), capturer.Pass(), source.type));

Completed in 499 milliseconds