Searched defs:pending_call (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/dbus/
H A Dobject_proxy.cc264 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, argument
293 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call);
362 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call, argument
367 self->OnPendingCallIsComplete(pending_call,
H A Dbus.cc675 DBusPendingCall** pending_call,
681 connection_, request, pending_call, timeout_ms);
674 SendWithReply(DBusMessage* request, DBusPendingCall** pending_call, int timeout_ms) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc1418 scoped_ptr<PendingUpgradeCall> pending_call = local
1420 RunVersionChangeTransactionFinal(pending_call->callbacks(),
1421 pending_call->ReleaseConnection(),
1422 pending_call->transaction_id(),
1423 pending_call->version());

Completed in 100 milliseconds