OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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::__anon12141::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_
.isCurrentThread())
[
all
...]
threaded_data_provider.h
59
WebThreadImpl&
background_thread_
;
member in class:content::ThreadedDataProvider
/external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.h
196
return
background_thread_
;
201
return
background_thread_
->RunsTasksOnCurrentThread();
214
scoped_refptr<base::SingleThreadTaskRunner>
background_thread_
;
member in class:disk_cache::InFlightBackendIO
in_flight_backend_io.cc
329
background_thread_
(background_thread),
504
background_thread_
->PostTask(
Completed in 777 milliseconds