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::__anonbe46c1770111::DataProviderMessageFilter
66 background_thread_(background_thread), in DataProviderMessageFilter()
113 background_thread_.message_loop()->PostTask(FROM_HERE, base::Bind( in OnReceivedData()
127 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.h59 WebThreadImpl& background_thread_; variable
/external/chromium_org/net/disk_cache/blockfile/
Din_flight_backend_io.h196 return background_thread_; in background_thread()
201 return background_thread_->RunsTasksOnCurrentThread(); in BackgroundIsCurrentThread()
214 scoped_refptr<base::SingleThreadTaskRunner> background_thread_; variable
Din_flight_backend_io.cc329 background_thread_(background_thread), in InFlightBackendIO()
504 background_thread_->PostTask( in PostOperation()