HomeSort by relevance Sort by last modified time
    Searched full:async_wait_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/public/bindings/lib/
connector.h 54 BindingsSupport::AsyncWaitID async_wait_id_; member in class:mojo::internal::Connector::Callback
connector.cc 153 async_wait_id_(0) {
158 BindingsSupport::Get()->CancelWait(async_wait_id_);
167 async_wait_id_ = id;

Completed in 39 milliseconds