Home | History | Annotate | Download | only in appcache

Lines Matching defs:IOThread

549 class IOThread : public base::Thread {
551 explicit IOThread(const char* name)
555 virtual ~IOThread() {
602 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
3384 scoped_ptr<IOThread> io_thread_;