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