HomeSort by relevance Sort by last modified time
    Searched refs:InitOnIOThread (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/system/
raw_channel_posix_unittest.cc 62 void InitOnIOThread(RawChannel* raw_channel) {
222 base::Bind(&InitOnIOThread, rc.get()));
315 base::Bind(&InitOnIOThread, rc.get()));
431 base::Bind(&InitOnIOThread, writer_rc.get()));
444 base::Bind(&InitOnIOThread, reader_rc.get()));
523 base::Bind(&InitOnIOThread, rc.get()));
557 base::Bind(&InitOnIOThread, rc.get()));
multiprocess_message_pipe_unittest.cc 55 base::Bind(&IOThreadWrapper::InitOnIOThread,
78 void InitOnIOThread(PlatformChannel* platform_channel,
  /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) {

Completed in 29 milliseconds