Home
last modified time | relevance | path

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

/external/chromium_org/content/child/
Dthreaded_data_provider.cc45 const WebThreadImpl& background_thread_; member in content::__anon3b014a840111::DataProviderMessageFilter
66 background_thread_(background_thread), in DataProviderMessageFilter()
113 background_thread_.message_loop()->PostTask(FROM_HERE, base::Bind( in OnReceivedData()
128 background_thread_( in ThreadedDataProvider()
146 background_thread_, in ThreadedDataProvider()
190 static_cast<WebThreadImpl*>(&background_thread_)); in Stop()
191 background_thread_.message_loop()->PostTask(FROM_HERE, in Stop()
198 DCHECK(background_thread_.isCurrentThread()); in StopOnBackgroundThread()
218 background_thread_.message_loop()->PostTask(FROM_HERE, in OnResourceMessageFilterAddedMainThread()
225 DCHECK(background_thread_.isCurrentThread()); in OnResourceMessageFilterAddedBackgroundThread()
[all …]
Dthreaded_data_provider.h66 WebThreadImpl& background_thread_; variable
/external/chromium_org/net/disk_cache/blockfile/
Din_flight_backend_io.h197 return background_thread_; in background_thread()
202 return background_thread_->BelongsToCurrentThread(); in BackgroundIsCurrentThread()
215 scoped_refptr<base::MessageLoopProxy> background_thread_; variable
Din_flight_backend_io.cc336 background_thread_(background_thread), in InFlightBackendIO()
516 background_thread_->PostTask(FROM_HERE, in PostOperation()