HomeSort by relevance Sort by last modified time
    Searched refs:CancelWatch (Results 1 - 14 of 14) sorted by null

  /external/libmojo/mojo/edk/js/
support.cc 45 void CancelWatch(WaitingCallback* waiting_callback) {
66 .SetMethod("cancelWatch", CancelWatch)
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.h 54 MojoResult CancelWatch(uintptr_t context) override;
data_pipe_consumer_dispatcher.h 49 MojoResult CancelWatch(uintptr_t context) override;
data_pipe_producer_dispatcher.h 49 MojoResult CancelWatch(uintptr_t context) override;
dispatcher.cc 31 MojoResult Dispatcher::CancelWatch(uintptr_t context) {
dispatcher.h 76 virtual MojoResult CancelWatch(uintptr_t context);
core.h 152 MojoResult CancelWatch(MojoHandle handle, uintptr_t context);
data_pipe_consumer_dispatcher.cc 114 MojoResult DataPipeConsumerDispatcher::CancelWatch(uintptr_t context) {
data_pipe_producer_dispatcher.cc 113 MojoResult DataPipeProducerDispatcher::CancelWatch(uintptr_t context) {
message_pipe_dispatcher.cc 224 MojoResult MessagePipeDispatcher::CancelWatch(uintptr_t context) {
core.cc 443 MojoResult Core::CancelWatch(MojoHandle handle, uintptr_t context) {
448 return dispatcher->CancelWatch(context);
    [all...]
  /external/libmojo/mojo/public/c/system/
thunks.h 122 MojoResult (*CancelWatch)(MojoHandle handle, uintptr_t context);
thunks.cc 197 assert(g_thunks.CancelWatch);
198 return g_thunks.CancelWatch(handle, context);
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 56 return g_core->CancelWatch(handle, context);

Completed in 255 milliseconds