Lines Matching refs:GroupSettings
36380 * page/GroupSettings.cpp:
36381 (WebCore::GroupSettings::GroupSettings):
36382 (WebCore::GroupSettings::setIndexedDBQuotaBytes):
36383 * page/GroupSettings.h:
36384 (WebCore::GroupSettings::indexedDBQuotaBytes):
78156 Ugh, the #if ENABLE() was supposed to be added to Settings not GroupSettings.
78158 * page/GroupSettings.cpp:
78159 (WebCore::GroupSettings::GroupSettings):
78160 (WebCore::GroupSettings::setLocalStorageQuotaBytes):
78161 * page/GroupSettings.h:
78177 * page/GroupSettings.cpp:
78178 (WebCore::GroupSettings::GroupSettings):
78179 * page/GroupSettings.h:
78202 called GroupSettings, move group-wide local storage setting there (the other we
78214 * page/GroupSettings.cpp: Added.
78215 (WebCore::GroupSettings::GroupSettings):
78216 (WebCore::GroupSettings::setLocalStorageQuotaBytes):
78217 (WebCore::GroupSettings::setLocalStorageDatabasePath):
78218 (WebCore::GroupSettings::setIndexedDBDatabasePath):
78219 * page/GroupSettings.h: Added.
78220 (WebCore::GroupSettings::create):
78221 (WebCore::GroupSettings::localStorageQuotaBytes):
78222 (WebCore::GroupSettings::localStorageDatabasePath):
78223 (WebCore::GroupSettings::indexedDBDatabasePath):
80086 * page/GroupSettings.cpp: Removed.
80087 * page/GroupSettings.h: Removed.
80168 called GroupSettings, move the 2 group-wide local storage settings there, and