HomeSort by relevance Sort by last modified time
    Searched full:pending_call (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/dbus/
mock_bus.h 46 DBusPendingCall** pending_call,
object_proxy.cc 245 DBusPendingCall* pending_call = NULL; local
247 bus_->SendWithReply(request_message, &pending_call, timeout_ms);
257 pending_call,
262 dbus_pending_call_unref(pending_call);
268 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call,
274 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call);
343 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
348 self->OnPendingCallIsComplete(pending_call,
object_proxy.h 191 void OnPendingCallIsComplete(DBusPendingCall* pending_call,
203 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
bus.cc 629 DBusPendingCall** pending_call,
635 connection_, request, pending_call, timeout_ms);
    [all...]
bus.h 449 // |pending_call| at a later time.
453 DBusPendingCall** pending_call,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 1582 scoped_ptr<PendingUpgradeCall> pending_call = local
    [all...]

Completed in 414 milliseconds