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

  /external/chromium_org/content/child/
threaded_data_provider.cc 45 const WebThreadImpl& background_thread_; member in class:content::__anon11807::DataProviderMessageFilter
66 background_thread_(background_thread),
113 background_thread_.message_loop()->PostTask(FROM_HERE, base::Bind(
128 background_thread_(
146 background_thread_,
190 static_cast<WebThreadImpl*>(&background_thread_));
191 background_thread_.message_loop()->PostTask(FROM_HERE,
198 DCHECK(background_thread_.isCurrentThread());
218 background_thread_.message_loop()->PostTask(FROM_HERE,
225 DCHECK(background_thread_.isCurrentThread())
    [all...]
threaded_data_provider.h 66 WebThreadImpl& background_thread_; member in class:content::ThreadedDataProvider
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h 197 return background_thread_;
202 return background_thread_->BelongsToCurrentThread();
215 scoped_refptr<base::MessageLoopProxy> background_thread_; member in class:disk_cache::InFlightBackendIO
in_flight_backend_io.cc 336 background_thread_(background_thread),
516 background_thread_->PostTask(FROM_HERE,

Completed in 129 milliseconds