Home | History | Annotate | Download | only in history

Lines Matching refs:Thread

44 class Thread;
66 // thread. HistoryDBTask is scheduled using HistoryService::ScheduleDBTask.
69 // on the main thread.
72 // Invoked on the database thread. The return value indicates whether the
80 // Invoked on the main thread once RunOnDBThread has returned false. This is
94 // This service is thread safe. Each request callback is invoked in the
95 // thread that made the request.
134 // cleanup has happened that may dispatch to the history thread (because it
239 // callbacks WILL BE CALLED ON THE BACKGROUND THREAD! Your implementation
525 // Schedules a HistoryDBTask for running on the history backend thread. See
538 // callers to know when the history thread is complete and the database files
539 // can be deleted and the next test run. Otherwise, the history thread may
544 // The task will be run on the calling thread (this function is threadsafe).
551 // dispatch to the history thread and will be a separate database
616 // will be called back on the internal history thread with the history
622 // the notification will be broadcast on the main thread.
626 // when the notification is sent (it is coming from another thread, so must
686 // Call to schedule a given task for running on the history thread with the
692 // Functions for scheduling operations on the history thread that have a
774 // Functions for scheduling operations on the history thread that do not need
836 // Some void primitives require some internal processing in the main thread
840 // The thread used by the history service to run complicated operations.
842 base::Thread* thread_;
849 // more calls should be made to the history thread.
854 // on the background thread.