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 264 DBusPendingCall* pending_call = NULL; local
266 bus_->SendWithReply(request_message, &pending_call, timeout_ms);
276 pending_call,
281 dbus_pending_call_unref(pending_call);
287 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call,
293 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call);
362 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
367 self->OnPendingCallIsComplete(pending_call,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 1418 scoped_ptr<PendingUpgradeCall> pending_call = local
    [all...]

Completed in 53 milliseconds