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

  /external/chromium_org/mojo/common/
bindings_support_impl.h 27 virtual AsyncWaitID AsyncWait(const Handle& handle, MojoWaitFlags flags,
bindings_support_impl.cc 57 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait(
  /external/chromium_org/mojo/public/bindings/lib/
bindings_support.h 37 virtual AsyncWaitID AsyncWait(const Handle& handle,
41 // Cancel an existing call to AsyncWait with the given AsyncWaitID. The
connector.cc 59 BindingsSupport::Get()->AsyncWait(message_pipe_.get(),
67 BindingsSupport::Get()->AsyncWait(message_pipe_.get(),
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.h 33 virtual AsyncWaitID AsyncWait(const Handle& handle,
bindings_support_impl_unittest.cc 70 BindingsSupport::Get()->AsyncWait(test_pipe.handle_0.get(),
88 BindingsSupport::Get()->AsyncWait(test_pipe1.handle_0.get(),
90 BindingsSupport::Get()->AsyncWait(test_pipe2.handle_0.get(),
106 BindingsSupport::Get()->AsyncWait(test_pipe.handle_0.get(),
bindings_support_impl.cc 21 // RunLoopHandler implementation used for a request to AsyncWait(). There are
92 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait(
  /external/chromium_org/mojo/apps/js/bindings/
support.cc 24 WaitingCallback* AsyncWait(const gin::Arguments& args, mojo::Handle handle,
30 BindingsSupport::AsyncWaitID wait_id = BindingsSupport::Get()->AsyncWait(
60 .SetMethod("asyncWait", AsyncWait)
  /external/chromium_org/mojo/public/tests/
simple_bindings_support.h 23 virtual AsyncWaitID AsyncWait(const Handle& handle,
simple_bindings_support.cc 37 BindingsSupport::AsyncWaitID SimpleBindingsSupport::AsyncWait(

Completed in 469 milliseconds