EmptyCallBack 28 sandbox/win/src/threadpool_unittest.cc EXPECT_FALSE(thread_pool.RegisterWait(0, event1, EmptyCallBack, &context)); EmptyCallBack 31 sandbox/win/src/threadpool_unittest.cc EXPECT_TRUE(thread_pool.RegisterWait(this, event1, EmptyCallBack, &context)); EmptyCallBack 33 sandbox/win/src/threadpool_unittest.cc EXPECT_TRUE(thread_pool.RegisterWait(this, event2, EmptyCallBack, &context)); EmptyCallBack 54 sandbox/win/src/threadpool_unittest.cc EXPECT_TRUE(thread_pool.RegisterWait(&c1, event1, EmptyCallBack, &context)); EmptyCallBack 56 sandbox/win/src/threadpool_unittest.cc EXPECT_TRUE(thread_pool.RegisterWait(&c2, event2, EmptyCallBack, &context));