Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance
232 … QString storagePath = !localStoragePath.isEmpty() ? localStoragePath : global->localStoragePath; in apply() local233 settings->setLocalStorageDatabasePath(storagePath); in apply()1091 QString storagePath; in enablePersistentStorage() local1095 storagePath = QDesktopServices::storageLocation(QDesktopServices::DataLocation); in enablePersistentStorage()1096 if (storagePath.isEmpty()) in enablePersistentStorage()1097 …storagePath = WebCore::pathByAppendingComponent(QDir::homePath(), QCoreApplication::applicationNam… in enablePersistentStorage()1099 storagePath = path; in enablePersistentStorage()1101 WebCore::makeAllDirectories(storagePath); in enablePersistentStorage()1103 QWebSettings::setIconDatabasePath(storagePath); in enablePersistentStorage()1104 QWebSettings::setOfflineWebApplicationCachePath(storagePath); in enablePersistentStorage()[all …]
49 static void initializeTracker(const String& storagePath);77 StorageTracker(const String& storagePath);
51 void StorageTracker::initializeTracker(const String& storagePath) in initializeTracker() argument57 storageTracker = new StorageTracker(storagePath); in initializeTracker()77 StorageTracker::StorageTracker(const String& storagePath) in StorageTracker() argument82 setStorageDirectoryPath(storagePath); in StorageTracker()