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

  /external/chromium_org/dbus/
object_proxy.cc 267 DBusPendingCall* pending_call = NULL; local
269 bus_->SendWithReply(request_message, &pending_call, timeout_ms);
279 pending_call,
284 dbus_pending_call_unref(pending_call);
290 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call,
296 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call);
365 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
370 self->OnPendingCallIsComplete(pending_call,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 1407 scoped_ptr<PendingUpgradeCall> pending_call = local
    [all...]

Completed in 567 milliseconds