/external/libmojo/mojo/edk/js/ |
D | support.cc | 45 void CancelWatch(WaitingCallback* waiting_callback) { in CancelWatch() function 66 .SetMethod("cancelWatch", CancelWatch) in GetModule()
|
/external/libchrome/base/files/ |
D | file_path_watcher.cc | 21 void FilePathWatcher::CancelWatch( in CancelWatch() function in base::FilePathWatcher
|
D | file_path_watcher.h | 89 static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
|
D | file_path_watcher_linux.cc | 481 task_runner()->PostTask(FROM_HERE, Bind(&FilePathWatcher::CancelWatch, in Cancel()
|
/external/libmojo/mojo/public/c/system/ |
D | thunks.cc | 197 assert(g_thunks.CancelWatch); in MojoCancelWatch() 198 return g_thunks.CancelWatch(handle, context); in MojoCancelWatch()
|
D | thunks.h | 122 MojoResult (*CancelWatch)(MojoHandle handle, uintptr_t context); member
|
/external/libmojo/mojo/edk/system/ |
D | message_pipe_dispatcher.h | 55 MojoResult CancelWatch(uintptr_t context) override;
|
D | data_pipe_consumer_dispatcher.h | 50 MojoResult CancelWatch(uintptr_t context) override;
|
D | data_pipe_producer_dispatcher.h | 49 MojoResult CancelWatch(uintptr_t context) override;
|
D | dispatcher.h | 76 virtual MojoResult CancelWatch(uintptr_t context);
|
D | dispatcher.cc | 31 MojoResult Dispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::Dispatcher
|
D | core.h | 141 MojoResult CancelWatch(MojoHandle handle, uintptr_t context);
|
D | data_pipe_producer_dispatcher.cc | 113 MojoResult DataPipeProducerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeProducerDispatcher
|
D | data_pipe_consumer_dispatcher.cc | 114 MojoResult DataPipeConsumerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeConsumerDispatcher
|
D | message_pipe_dispatcher.cc | 126 MojoResult MessagePipeDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::MessagePipeDispatcher
|
D | core.cc | 429 MojoResult Core::CancelWatch(MojoHandle handle, uintptr_t context) { in CancelWatch() function in mojo::edk::Core 434 return dispatcher->CancelWatch(context); in CancelWatch()
|
/external/libmojo/mojo/edk/embedder/ |
D | entrypoints.cc | 56 return g_core->CancelWatch(handle, context); in MojoCancelWatchImpl()
|