Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dwatcher_dispatcher.h52 MojoResult CancelWatch(uintptr_t context) override;
Ddispatcher.h82 virtual MojoResult CancelWatch(uintptr_t context);
Ddispatcher.cc33 MojoResult Dispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::core::Dispatcher
Dwatcher_dispatcher.cc168 MojoResult WatcherDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::core::WatcherDispatcher
Dcore.cc362 return watcher->CancelWatch(context); in RemoveTrigger()