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

  /external/chromium_org/mojo/public/bindings/lib/
bindings_support.h 23 typedef void* AsyncWaitID;
35 // an AsyncWaitID that can be used with CancelWait to stop waiting. This
37 virtual AsyncWaitID AsyncWait(const Handle& handle,
41 // Cancel an existing call to AsyncWait with the given AsyncWaitID. The
44 virtual void CancelWait(AsyncWaitID id) = 0;
connector.h 48 void SetAsyncWaitID(BindingsSupport::AsyncWaitID async_wait_id);
54 BindingsSupport::AsyncWaitID async_wait_id_;
connector.cc 166 void Connector::Callback::SetAsyncWaitID(BindingsSupport::AsyncWaitID id) {
  /external/chromium_org/mojo/common/
bindings_support_impl.h 27 virtual AsyncWaitID AsyncWait(const Handle& handle, MojoWaitFlags flags,
29 virtual void CancelWait(AsyncWaitID async_wait_id) OVERRIDE;
bindings_support_impl.cc 57 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait(
74 void BindingsSupportImpl::CancelWait(AsyncWaitID async_wait_id) {
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.h 33 virtual AsyncWaitID AsyncWait(const Handle& handle,
36 virtual void CancelWait(AsyncWaitID async_wait_id) MOJO_OVERRIDE;
bindings_support_impl.cc 92 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait(
107 void BindingsSupportImpl::CancelWait(AsyncWaitID async_wait_id) {
  /external/chromium_org/mojo/apps/js/bindings/
waiting_callback.h 26 BindingsSupport::AsyncWaitID wait_id() const {
30 void set_wait_id(BindingsSupport::AsyncWaitID wait_id) {
41 BindingsSupport::AsyncWaitID wait_id_;
support.cc 30 BindingsSupport::AsyncWaitID wait_id = BindingsSupport::Get()->AsyncWait(
  /external/chromium_org/mojo/public/tests/
simple_bindings_support.h 23 virtual AsyncWaitID AsyncWait(const Handle& handle,
26 virtual void CancelWait(AsyncWaitID async_wait_id) MOJO_OVERRIDE;
simple_bindings_support.cc 37 BindingsSupport::AsyncWaitID SimpleBindingsSupport::AsyncWait(
49 void SimpleBindingsSupport::CancelWait(AsyncWaitID async_wait_id) {

Completed in 349 milliseconds