Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dobject_proxy.cc267 DBusPendingCall* pending_call = NULL; in StartAsyncMethodCall() local
269 bus_->SendWithReply(request_message, &pending_call, timeout_ms); in StartAsyncMethodCall()
279 pending_call, in StartAsyncMethodCall()
284 dbus_pending_call_unref(pending_call); in StartAsyncMethodCall()
290 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete() argument
296 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call); in OnPendingCallIsComplete()
365 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call, in OnPendingCallIsCompleteThunk() argument
370 self->OnPendingCallIsComplete(pending_call, in OnPendingCallIsCompleteThunk()
Dobject_proxy.h206 void OnPendingCallIsComplete(DBusPendingCall* pending_call,
218 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
Dmock_bus.h46 DBusPendingCall** pending_call,
Dbus.h454 DBusPendingCall** pending_call,
Dbus.cc632 DBusPendingCall** pending_call, in SendWithReply() argument
638 connection_, request, pending_call, timeout_ms); in SendWithReply()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_database.cc1348 scoped_ptr<PendingUpgradeCall> pending_call = in ProcessPendingCalls() local
1350 RunVersionChangeTransactionFinal(pending_call->Callbacks(), in ProcessPendingCalls()
1351 pending_call->Connection(), in ProcessPendingCalls()
1352 pending_call->TransactionId(), in ProcessPendingCalls()
1353 pending_call->Version()); in ProcessPendingCalls()