Searched refs:pending_call (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/dbus/ |
D | object_proxy.cc | 267 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()
|
D | object_proxy.h | 206 void OnPendingCallIsComplete(DBusPendingCall* pending_call, 218 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
|
D | mock_bus.h | 46 DBusPendingCall** pending_call,
|
D | bus.h | 454 DBusPendingCall** pending_call,
|
D | bus.cc | 632 DBusPendingCall** pending_call, in SendWithReply() argument 638 connection_, request, pending_call, timeout_ms); in SendWithReply()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_database.cc | 1348 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()
|