Searched refs:kWorkerThreadName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dtracked_objects_unittest.cc19 const char kWorkerThreadName[] = "WorkerThread-1"; variable
226 EXPECT_EQ(kWorkerThreadName, process_data.tasks[0].birth.thread_name);
234 EXPECT_EQ(kWorkerThreadName, process_data.tasks[0].death_thread_name);
243 EXPECT_EQ(kWorkerThreadName,
250 EXPECT_EQ(kWorkerThreadName, process_data.descendants[0].child.thread_name);
344 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
497 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
498 kWorkerThreadName, 1, 2, 4);
505 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName,
506 kWorkerThreadName,
[all...]
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc56 const char kWorkerThreadName[] = "CastExtensionSessionWorkerThread"; member in namespace:remoting
325 worker_thread_(kWorkerThreadName) {

Completed in 93 milliseconds