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

  /external/chromium_org/mojo/public/system/
core_private.h 61 virtual MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
core_private.cc 114 return g_core->BeginReadData(data_pipe_consumer_handle, buffer,
  /external/chromium_org/mojo/system/
dispatcher_unittest.cc 53 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE));
80 d->BeginReadData(NULL, NULL, MOJO_READ_DATA_FLAG_NONE));
163 dispatcher_->BeginReadData(NULL, NULL,
core_impl.h 77 virtual MojoResult BeginReadData(MojoHandle data_pipe_consumer_handle,
dispatcher.h 65 MojoResult BeginReadData(const void** buffer,
core_impl.cc 444 MojoResult CoreImpl::BeginReadData(MojoHandle data_pipe_consumer_handle,
453 return dispatcher->BeginReadData(buffer, buffer_num_elements, flags);
dispatcher.cc 92 MojoResult Dispatcher::BeginReadData(const void** buffer,
core_impl_unittest.cc 87 core()->BeginReadData(h, NULL, NULL, MOJO_READ_DATA_FLAG_NONE));

Completed in 864 milliseconds