Home
last modified time | relevance | path

Searched refs:CompleteTransitAndClose (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/mojo/core/
Dhandle_table.cc134 void HandleTable::CompleteTransitAndClose( in CompleteTransitAndClose() function in mojo::core::HandleTable
140 dispatcher.dispatcher->CompleteTransitAndClose(); in CompleteTransitAndClose()
Dplatform_handle_dispatcher.h35 void CompleteTransitAndClose() override;
Dhandle_table.h52 void CompleteTransitAndClose(
Dplatform_handle_dispatcher.cc61 void PlatformHandleDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose() function in mojo::core::PlatformHandleDispatcher
Dshared_buffer_dispatcher.h92 void CompleteTransitAndClose() override;
Dmessage_pipe_dispatcher.h71 void CompleteTransitAndClose() override;
Ddata_pipe_producer_dispatcher.h61 void CompleteTransitAndClose() override;
Ddata_pipe_consumer_dispatcher.h62 void CompleteTransitAndClose() override;
Dplatform_handle_dispatcher_unittest.cc93 dispatcher->CompleteTransitAndClose(); in TEST()
Ddispatcher.h200 virtual void CompleteTransitAndClose();
Ddispatcher.cc153 void Dispatcher::CompleteTransitAndClose() {} in CompleteTransitAndClose() function in mojo::core::Dispatcher
Dmessage_pipe_dispatcher.cc295 void MessagePipeDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose() function in mojo::core::MessagePipeDispatcher
Dshared_buffer_dispatcher.cc385 void SharedBufferDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose() function in mojo::core::SharedBufferDispatcher
Ddata_pipe_producer_dispatcher.cc301 void DataPipeProducerDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose() function in mojo::core::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc342 void DataPipeConsumerDispatcher::CompleteTransitAndClose() { in CompleteTransitAndClose() function in mojo::core::DataPipeConsumerDispatcher
Dcore.cc268 handles_->CompleteTransitAndClose(dispatchers); in ReleaseDispatchersForTransit()