Home
last modified time | relevance | path

Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp232 … QString storagePath = !localStoragePath.isEmpty() ? localStoragePath : global->localStoragePath; in apply() local
233 settings->setLocalStorageDatabasePath(storagePath); in apply()
1091 QString storagePath; in enablePersistentStorage() local
1095 storagePath = QDesktopServices::storageLocation(QDesktopServices::DataLocation); in enablePersistentStorage()
1096 if (storagePath.isEmpty()) in enablePersistentStorage()
1097storagePath = 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 …]
/external/webkit/Source/WebCore/storage/
DStorageTracker.h49 static void initializeTracker(const String& storagePath);
77 StorageTracker(const String& storagePath);
DStorageTracker.cpp51 void StorageTracker::initializeTracker(const String& storagePath) in initializeTracker() argument
57 storageTracker = new StorageTracker(storagePath); in initializeTracker()
77 StorageTracker::StorageTracker(const String& storagePath) in StorageTracker() argument
82 setStorageDirectoryPath(storagePath); in StorageTracker()