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

  /external/chromium_org/dbus/
object_proxy.cc 245 DBusPendingCall* pending_call = NULL; local
247 bus_->SendWithReply(request_message, &pending_call, timeout_ms);
257 pending_call,
262 dbus_pending_call_unref(pending_call);
268 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call,
274 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call);
343 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
348 self->OnPendingCallIsComplete(pending_call,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 1582 scoped_ptr<PendingUpgradeCall> pending_call = local
    [all...]

Completed in 110 milliseconds