HomeSort by relevance Sort by last modified time
    Searched full:callback_thread_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/disk_cache/
in_flight_io.cc 36 : callback_thread_(base::MessageLoopProxy::CreateForCurrentThread()),
54 if (callback_thread_->BelongsToCurrentThread()) {
61 callback_thread_->PostTask(FROM_HERE,
83 DCHECK(callback_thread_->BelongsToCurrentThread());
in_flight_io.h 122 scoped_refptr<base::MessageLoopProxy> callback_thread_; member in class:disk_cache::InFlightIO
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 30 callback_thread_(NULL),
185 old_thread = callback_thread_;
186 callback_thread_ = callback_thread;
209 thread = callback_thread_;
211 callback_thread_ = NULL;
histogram_synchronizer.h 103 // Set the callback_thread_ and callback_task_ members. If these members
131 // callback_task_ and callback_thread_.
133 MessageLoop* callback_thread_; member in class:HistogramSynchronizer

Completed in 106 milliseconds