/external/chromium_org/ppapi/proxy/ |
gamepad_resource.cc | 32 base::PlatformThread::YieldCurrentThread();
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_trace_event_impl.cc | 89 base::PlatformThread::SetName(thread_name);
|
/external/chromium_org/win8/test/ |
open_with_dialog_async.cc | 82 DCHECK_EQ(context->thread.thread_id(), base::PlatformThread::CurrentId());
|
/external/chromium/base/threading/ |
thread_collision_warner_unittest.cc | 193 base::PlatformThread::Sleep(5000); 251 base::PlatformThread::Sleep(2000); 321 base::PlatformThread::Sleep(2000);
|
/external/chromium/net/base/ |
directory_lister.cc | 75 if (!base::PlatformThread::Create(0, this, &thread_)) { 90 base::PlatformThread::Join(thread_); 157 base::PlatformThread::Join(thread_);
|
/external/chromium_org/base/threading/ |
thread_collision_warner_unittest.cc | 193 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(5)); 251 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2)); 321 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2));
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_posix.cc | 165 class ShutdownDetector : public base::PlatformThread::Delegate { 203 base::PlatformThread::SetName("CrShutdownDetector"); 326 if (!base::PlatformThread::CreateNonJoinable(
|
/external/chromium_org/chrome/test/perf/ |
memory_test.cc | 135 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2)); 184 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(200)); 211 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
|
/external/chromium_org/chrome_frame/test/ |
simulate_input.cc | 214 base::PlatformThread::Sleep(kMessageTimeout); 218 base::PlatformThread::Sleep(kMessageTimeout); 222 base::PlatformThread::Sleep(kMessageTimeout);
|
/external/chromium_org/chrome_frame/ |
urlmon_url_request.cc | 57 DCHECK(thread_ == 0 || thread_ == base::PlatformThread::CurrentId()); 58 thread_ = base::PlatformThread::CurrentId(); 78 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()); 106 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()); 150 DCHECK(thread_ == 0 || thread_ == base::PlatformThread::CurrentId()); 151 thread_ = base::PlatformThread::CurrentId(); 170 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()); 204 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()); 256 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()); 278 DCHECK_EQ(thread_, base::PlatformThread::CurrentId()) [all...] |
chrome_frame_automation.cc | 235 DCHECK(IsSameThread(base::PlatformThread::CurrentId())); 367 DCHECK(IsSameThread(base::PlatformThread::CurrentId())); 399 DCHECK(IsSameThread(base::PlatformThread::CurrentId())); 411 DCHECK(IsSameThread(base::PlatformThread::CurrentId())); 459 DCHECK(!entry->IsSameThread(base::PlatformThread::CurrentId())); 480 DCHECK(!entry->IsSameThread(base::PlatformThread::CurrentId())); 564 ui_thread_id_ = base::PlatformThread::CurrentId(); 914 DCHECK_EQ(base::PlatformThread::CurrentId(), ui_thread_id_); [all...] |
/external/chromium/chrome/browser/printing/ |
printing_layout_uitest.cc | 170 base::PlatformThread::Sleep(100); 262 base::PlatformThread::Sleep(10); 268 base::PlatformThread::Sleep(10);
|
/external/chromium/chrome/browser/ui/tests/ |
browser_uitest.cc | 118 PlatformThread::Sleep(TestTimeouts::action_timeout_ms()); 174 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms()); 191 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_drag_win.cc | 175 drag_drop_thread_id_ = base::PlatformThread::CurrentId(); 350 DCHECK(drag_drop_thread_id_ == base::PlatformThread::CurrentId()); 361 DCHECK(drag_drop_thread_id_ == base::PlatformThread::CurrentId());
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_pref_provider_unittest.cc | 39 class DeadlockCheckerThread : public base::PlatformThread::Delegate { 83 ASSERT_TRUE(base::PlatformThread::Create(0, &thread, &handle)); 84 base::PlatformThread::Join(handle);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client.cc | 90 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50)); 164 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50)); 262 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50));
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_drag_win.cc | 200 drag_drop_thread_id_ = base::PlatformThread::CurrentId(); 416 DCHECK(drag_drop_thread_id_ == base::PlatformThread::CurrentId()); 428 DCHECK(drag_drop_thread_id_ == base::PlatformThread::CurrentId());
|
/external/chromium/base/debug/ |
trace_event.cc | 83 static_cast<unsigned long>(PlatformThread::CurrentId()),
|
/external/chromium/base/ |
lazy_instance_unittest.cc | 30 base::PlatformThread::Sleep(1000);
|
/external/chromium/base/memory/ |
singleton.h | 246 base::PlatformThread::YieldCurrentThread();
|
/external/chromium/base/synchronization/ |
waitable_event_watcher_unittest.cc | 83 base::PlatformThread::Sleep(30);
|
/external/chromium/chrome/browser/metrics/ |
metrics_service_uitest.cc | 103 base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
|
/external/chromium_org/base/debug/ |
debugger_posix.cc | 227 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100));
|
/external/chromium_org/base/ |
lazy_instance_unittest.cc | 31 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(1));
|
/external/chromium_org/base/synchronization/ |
waitable_event_watcher_unittest.cc | 95 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(30));
|