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

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 37 : callback_thread_(base::MessageLoopProxy::current()),
72 if (callback_thread_->BelongsToCurrentThread()) {
78 callback_thread_->PostTask(FROM_HERE,
106 DCHECK(callback_thread_->BelongsToCurrentThread());
in_flight_io.h 126 scoped_refptr<base::MessageLoopProxy> callback_thread_; member in class:disk_cache::InFlightIO
  /external/chromium_org/chrome/browser/common/
cancelable_request.cc 96 callback_thread_ = base::MessageLoop::current();
113 if (force_async || callback_thread_ != base::MessageLoop::current()) {
114 callback_thread_->PostTask(
126 DCHECK_EQ(callback_thread_, base::MessageLoop::current());
cancelable_request.h 572 // Attempts to execute callback on |callback_thread_| if the request has not
590 base::MessageLoop* callback_thread_; member in class:CancelableRequestBase
612 // |callback_thread_|.
673 if (callback_thread_ == base::MessageLoop::current()) {
677 callback_thread_->PostTask(
688 callback_thread_->PostTask(
699 // request has been completed. This must be called on the callback_thread_.
    [all...]
  /external/chromium_org/content/browser/
histogram_synchronizer.h 109 // Set the callback_thread_ and callback_ members. If these members already
131 // callback_ and callback_thread_.
133 base::MessageLoop* callback_thread_; member in class:content::HistogramSynchronizer
histogram_synchronizer.cc 167 callback_thread_(NULL),
293 old_thread = callback_thread_;
294 callback_thread_ = callback_thread;
311 thread = callback_thread_;
313 callback_thread_ = NULL;
  /external/chromium_org/components/webdata/common/
web_database_service.cc 25 callback_thread_(base::MessageLoopProxy::current()) {
29 callback_thread_->PostTask(
37 scoped_refptr<base::MessageLoopProxy> callback_thread_; member in class:WebDatabaseService::BackendDelegate

Completed in 569 milliseconds