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

  /external/libchrome/dbus/
exported_object.h 160 void OnUnregistered(DBusConnection* connection);
167 // Redirects the function call to OnUnregistered().
exported_object.cc 303 void ExportedObject::OnUnregistered(DBusConnection* connection) {
317 return self->OnUnregistered(connection);

Completed in 133 milliseconds