Home
last modified time | relevance | path

Searched refs:LeakHandle (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dchannel.h297 virtual void LeakHandle() = 0;
Dchannel_unittest.cc42 MOCK_METHOD0(LeakHandle, void());
Dchannel_posix.cc183 void LeakHandle() override { in LeakHandle() function in mojo::core::__anon048160970111::ChannelPosix
Dnode_channel.cc211 channel_->LeakHandle(); in LeakHandleOnShutdown()