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

  /external/libchrome/mojo/core/
platform_handle_dispatcher.h 34 bool BeginTransit() override;
handle_table.h 47 MojoResult BeginTransit(
handle_table.cc 111 MojoResult HandleTable::BeginTransit(
126 if (!d.dispatcher->BeginTransit())
message_pipe_dispatcher.h 70 bool BeginTransit() override;
101 // BeginTransit() and Complete/CancelTransit().
platform_handle_dispatcher.cc 53 bool PlatformHandleDispatcher::BeginTransit() {
shared_buffer_dispatcher.h 91 bool BeginTransit() override;
data_pipe_consumer_dispatcher.h 61 bool BeginTransit() override;
data_pipe_producer_dispatcher.h 60 bool BeginTransit() override;
dispatcher.cc 149 bool Dispatcher::BeginTransit() {
dispatcher.h 169 // only between calls to BeginTransit() and either (but not both)
173 // consistent serializable state between BeginTransit() and
195 virtual bool BeginTransit();
platform_handle_dispatcher_unittest.cc 83 EXPECT_TRUE(dispatcher->BeginTransit());
message_pipe_dispatcher.cc 287 bool MessagePipeDispatcher::BeginTransit() {
data_pipe_producer_dispatcher.cc 293 bool DataPipeProducerDispatcher::BeginTransit() {
shared_buffer_dispatcher.cc 377 bool SharedBufferDispatcher::BeginTransit() {
data_pipe_consumer_dispatcher.cc 334 bool DataPipeConsumerDispatcher::BeginTransit() {
core.cc 257 MojoResult rv = handles_->BeginTransit(handles, num_handles, dispatchers);
    [all...]

Completed in 103 milliseconds