Home | History | Annotate | Download | only in browser

Lines Matching refs:Options

673   // options such as --uninstall or --try-chrome-again=0, the profile manager
729 base::Thread::Options options;
730 options.message_loop_type = MessageLoop::TYPE_IO;
731 if (!thread->StartWithOptions(options))
742 base::Thread::Options options;
746 options.message_loop_type = MessageLoop::TYPE_UI;
748 options.message_loop_type = MessageLoop::TYPE_IO;
750 if (!thread->StartWithOptions(options))
783 base::Thread::Options options;
784 options.message_loop_type = MessageLoop::TYPE_IO;
785 if (!thread->StartWithOptions(options))
796 base::Thread::Options options;
803 options.message_loop_type = MessageLoop::TYPE_UI;
805 options.message_loop_type = MessageLoop::TYPE_IO;
808 if (!thread->StartWithOptions(options))