Home
last modified time | relevance | path

Searched defs:CancelWatch (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher.cc21 void FilePathWatcher::CancelWatch( in CancelWatch() function in base::FilePathWatcher
/external/libmojo/mojo/edk/js/
Dsupport.cc45 void CancelWatch(WaitingCallback* waiting_callback) { in CancelWatch() function
/external/libmojo/mojo/public/c/system/
Dthunks.h122 MojoResult (*CancelWatch)(MojoHandle handle, uintptr_t context); member
/external/libmojo/mojo/edk/system/
Ddispatcher.cc31 MojoResult Dispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::Dispatcher
Ddata_pipe_consumer_dispatcher.cc114 MojoResult DataPipeConsumerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeConsumerDispatcher
Ddata_pipe_producer_dispatcher.cc113 MojoResult DataPipeProducerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeProducerDispatcher
Dmessage_pipe_dispatcher.cc126 MojoResult MessagePipeDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::MessagePipeDispatcher
Dcore.cc429 MojoResult Core::CancelWatch(MojoHandle handle, uintptr_t context) { in CancelWatch() function in mojo::edk::Core