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

  /external/chromium_org/mojo/apps/js/bindings/
waiting_callback.h 26 BindingsSupport::AsyncWaitID wait_id() const { function in class:mojo::js::WaitingCallback
30 void set_wait_id(BindingsSupport::AsyncWaitID wait_id) {
31 wait_id_ = wait_id;
support.cc 30 BindingsSupport::AsyncWaitID wait_id = BindingsSupport::Get()->AsyncWait( local
33 waiting_callback->set_wait_id(wait_id);
39 if (!waiting_callback->wait_id())
41 BindingsSupport::Get()->CancelWait(waiting_callback->wait_id());

Completed in 35 milliseconds