Searched refs:background_thread_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/
H A Dthreaded_data_provider.cc45 const WebThreadImpl& background_thread_; member in class:content::__anon7516::DataProviderMessageFilter
66 background_thread_(background_thread),
113 background_thread_.message_loop()->PostTask(FROM_HERE, base::Bind(
127 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_
[all...]
H A Dthreaded_data_provider.h59 WebThreadImpl& background_thread_; member in class:content::ThreadedDataProvider
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.h196 return background_thread_;
201 return background_thread_->RunsTasksOnCurrentThread();
214 scoped_refptr<base::SingleThreadTaskRunner> background_thread_; member in class:disk_cache::InFlightBackendIO
H A Din_flight_backend_io.cc329 background_thread_(background_thread),
504 background_thread_->PostTask(

Completed in 1209 milliseconds