Home | History | Annotate | Download | only in common

Lines Matching refs:Options

78   base::Thread::Options options(MessageLoop::TYPE_IO, 0);
79 ASSERT_TRUE(io_thread_.StartWithOptions(options));
208 base::Thread::Options options(MessageLoop::TYPE_IO, 0);
209 EXPECT_TRUE(io_thread_.StartWithOptions(options));
355 base::Thread::Options options;
356 options.message_loop_type = MessageLoop::TYPE_IO;
357 ASSERT_TRUE(io_thread_.StartWithOptions(options));