Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo_handler.h20 virtual void OnHandleError(const Handle& handle, MojoResult result) = 0;
Dhandle_watcher.cc82 void OnHandleError(const Handle& handle, MojoResult result) override;
146 void WatcherBackend::OnHandleError(const Handle& handle, MojoResult result) { in OnHandleError() function in mojo::common::__anonbd2b9ff10111::WatcherBackend
384 void OnHandleError(const Handle& handle, MojoResult result) override { in OnHandleError() function in mojo::common::HandleWatcher::SameThreadWatchingState
Dmessage_pump_mojo_unittest.cc49 void OnHandleError(const Handle& handle, MojoResult result) override { in OnHandleError() function in mojo::common::test::CountingMojoHandler
Dmessage_pump_mojo.cc435 handler->OnHandleError(handle, result); in SignalHandleError()