Home
last modified time | relevance | path

Searched refs:pending_call (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/dbus/
Dobject_proxy.cc264 DBusPendingCall* pending_call = NULL; in StartAsyncMethodCall() local
266 bus_->SendWithReply(request_message, &pending_call, timeout_ms); in StartAsyncMethodCall()
276 pending_call, in StartAsyncMethodCall()
281 dbus_pending_call_unref(pending_call); in StartAsyncMethodCall()
287 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete() argument
293 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call); in OnPendingCallIsComplete()
362 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call, in OnPendingCallIsCompleteThunk() argument
367 self->OnPendingCallIsComplete(pending_call, in OnPendingCallIsCompleteThunk()
Dobject_proxy.h218 void OnPendingCallIsComplete(DBusPendingCall* pending_call,
230 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
Dmock_bus.h46 DBusPendingCall** pending_call,
Dbus.h464 DBusPendingCall** pending_call,
Dbus.cc675 DBusPendingCall** pending_call, in SendWithReply() argument
681 connection_, request, pending_call, timeout_ms); in SendWithReply()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_database.cc1418 scoped_ptr<PendingUpgradeCall> pending_call = in ProcessPendingCalls() local
1420 RunVersionChangeTransactionFinal(pending_call->callbacks(), in ProcessPendingCalls()
1421 pending_call->ReleaseConnection(), in ProcessPendingCalls()
1422 pending_call->transaction_id(), in ProcessPendingCalls()
1423 pending_call->version()); in ProcessPendingCalls()