Home
last modified time | relevance | path

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

/external/chromium_org/mojo/common/
Dhandle_watcher.cc75 void RemoveAndNotify(const Handle& handle, MojoResult result);
98 RemoveAndNotify(data.handle, MOJO_RESULT_CANCELLED); in StartWatching()
118 void WatcherBackend::RemoveAndNotify(const Handle& handle, in RemoveAndNotify() function in mojo::common::__anon16308aab0111::WatcherBackend
142 RemoveAndNotify(handle, MOJO_RESULT_OK); in OnHandleReady()
146 RemoveAndNotify(handle, result); in OnHandleError()