OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitOnIOThread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/
plugin_data_remover_impl.cc
79
base::Bind(&Context::
InitOnIOThread
, this, mime_type));
87
void
InitOnIOThread
(const std::string& mime_type) {
/external/chromium_org/mojo/system/
raw_channel_unittest.cc
55
void
InitOnIOThread
(RawChannel* raw_channel, RawChannel::Delegate* delegate) {
198
base::Bind(&
InitOnIOThread
, rc.get(),
287
base::Bind(&
InitOnIOThread
, rc.get(),
392
base::Bind(&
InitOnIOThread
, writer_rc.get(),
399
base::Bind(&
InitOnIOThread
, reader_rc.get(),
478
base::Bind(&
InitOnIOThread
, rc.get(),
522
base::Bind(&
InitOnIOThread
, rc.get(),
549
base::Bind(&
InitOnIOThread
, rc.get(),
606
base::Bind(&
InitOnIOThread
, rc.get(),
660
base::Bind(&
InitOnIOThread
, rc.get()
[
all
...]
/external/chromium_org/media/cast/test/utility/
udp_proxy.cc
27
void PacketPipe::
InitOnIOThread
(
33
pipe_->
InitOnIOThread
(task_runner, clock);
193
virtual void
InitOnIOThread
(
196
PacketPipe::
InitOnIOThread
(task_runner, clock);
275
virtual void
InitOnIOThread
(
278
PacketPipe::
InitOnIOThread
(task_runner, clock);
472
to_dest_pipe_->
InitOnIOThread
(base::MessageLoopProxy::current(),
474
from_dest_pipe_->
InitOnIOThread
(base::MessageLoopProxy::current(),
Completed in 1177 milliseconds