Lines Matching refs:thread_

209     : thread_(new base::Thread(kHistoryThreadName)),
218 : thread_(new base::Thread(kHistoryThreadName)),
244 DCHECK(thread_) << "History service being called after cleanup";
296 DCHECK(thread_) << "History service being called after cleanup";
304 DCHECK(thread_) << "History service being called after cleanup";
316 DCHECK(thread_) << "History service being called after cleanup";
324 DCHECK(thread_) << "History service being called after cleanup";
331 DCHECK(thread_) << "History service being called after cleanup";
339 DCHECK(thread_) << "History service being called after cleanup";
346 thread_->message_loop_proxy()->PostTask(
356 thread_->message_loop_proxy()->PostTaskAndReply(
361 DCHECK(thread_) << "History service being called after cleanup";
395 DCHECK(thread_) << "History service being called after cleanup";
426 DCHECK(thread_) << "History service being called after cleanup";
437 DCHECK(thread_) << "History service being called after cleanup";
446 DCHECK(thread_) << "History service being called after cleanup";
459 DCHECK(thread_) << "History service being called after cleanup";
485 DCHECK(thread_) << "History service being called after cleanup";
508 DCHECK(thread_) << "History service being called after cleanup";
513 thread_->message_loop_proxy().get(),
530 DCHECK(thread_) << "History service being called after cleanup";
535 thread_->message_loop_proxy().get(),
552 DCHECK(thread_) << "History service being called after cleanup";
557 thread_->message_loop_proxy().get(),
573 DCHECK(thread_) << "History service being called after cleanup";
578 thread_->message_loop_proxy().get(),
596 DCHECK(thread_) << "History service being called after cleanup";
601 thread_->message_loop_proxy().get(),
619 DCHECK(thread_) << "History service being called after cleanup";
633 DCHECK(thread_) << "History service being called after cleanup";
643 DCHECK(thread_) << "History service being called after cleanup";
651 DCHECK(thread_) << "History service being called after cleanup";
659 DCHECK(thread_) << "History service being called after cleanup";
670 DCHECK(thread_) << "History service being called after cleanup";
674 thread_->message_loop_proxy().get(),
692 DCHECK(thread_) << "History service being called after cleanup";
695 thread_->message_loop_proxy().get(),
704 DCHECK(thread_) << "History service being called after cleanup";
707 thread_->message_loop_proxy().get(),
717 DCHECK(thread_) << "History service being called after cleanup";
726 thread_->message_loop_proxy()->PostTaskAndReply(
735 DCHECK(thread_) << "History service being called after cleanup";
741 DCHECK(thread_) << "History service being called after cleanup";
752 DCHECK(thread_) << "History service being called after cleanup";
756 thread_->message_loop_proxy().get(),
770 DCHECK(thread_) << "History service being called after cleanup";
774 thread_->message_loop_proxy().get(),
787 DCHECK(thread_) << "History service being called after cleanup";
790 return tracker->PostTaskAndReply(thread_->message_loop_proxy().get(),
803 DCHECK(thread_) << "History service being called after cleanup";
808 thread_->message_loop_proxy().get(),
824 DCHECK(thread_) << "History service being called after cleanup";
828 thread_->message_loop_proxy().get(),
844 DCHECK(thread_) << "History service being called after cleanup";
848 thread_->message_loop_proxy().get(),
861 if (!thread_) {
905 thread_->message_loop()->ReleaseSoon(FROM_HERE, raw_ptr);
911 base::Thread* thread = thread_;
912 thread_ = NULL;
920 if (!thread_)
954 DCHECK(thread_) << "History service being called after cleanup";
960 DCHECK(thread_) << "History service being called after cleanup";
964 if (!thread_->StartWithOptions(options)) {
1016 CHECK(thread_);
1017 CHECK(thread_->message_loop());
1019 thread_->message_loop()->PostTask(FROM_HERE, task);
1109 DCHECK(thread_) << "History service being called after cleanup";
1116 DCHECK(thread_) << "History service being called after cleanup";
1129 DCHECK(thread_) << "History service being called after cleanup";
1131 tracker->PostTaskAndReply(thread_->message_loop_proxy().get(),
1145 DCHECK(thread_) << "History service being called after cleanup";
1148 thread_->message_loop_proxy().get(),
1194 if (!thread_)