Searched refs:LocalStorageDatabaseEnabled (Results 1 – 2 of 2) sorted by relevance
67 LocalStorageDatabaseEnabled = LocalStorageEnabled, enumerator
368 …rageDatabaseEnabled() const { return s->testAttribute(QWebSettings::LocalStorageDatabaseEnabled); } in localStorageDatabaseEnabled()369 …StorageDatabaseEnabled(bool on) { s->setAttribute(QWebSettings::LocalStorageDatabaseEnabled, on); } in setLocalStorageDatabaseEnabled()