Searched refs:GroupSettings (Results 1 – 15 of 15) sorted by relevance
31 GroupSettings::GroupSettings() in GroupSettings() function in WebCore::GroupSettings37 void GroupSettings::setLocalStorageQuotaBytes(unsigned quota) in setLocalStorageQuotaBytes()42 void GroupSettings::setIndexedDBDatabasePath(const String& path) in setIndexedDBDatabasePath()47 void GroupSettings::setIndexedDBQuotaBytes(int64_t quota) in setIndexedDBQuotaBytes()
36 class GroupSettings {37 WTF_MAKE_NONCOPYABLE(GroupSettings); WTF_MAKE_FAST_ALLOCATED;39 static PassOwnPtr<GroupSettings> create() in create()41 return adoptPtr(new GroupSettings()); in create()54 GroupSettings();
39 class GroupSettings; variable114 GroupSettings* groupSettings() const { return m_groupSettings.get(); } in groupSettings()142 OwnPtr<GroupSettings> m_groupSettings;
66 , m_groupSettings(GroupSettings::create()) in PageGroup()73 , m_groupSettings(GroupSettings::create()) in PageGroup()
76 GroupSettings* groupSettings = document->page()->group().groupSettings(); in open()
501 page/GroupSettings.cpp \
924 page/GroupSettings.cpp \1871 page/GroupSettings.h \
1015 page/GroupSettings.cpp
2218 Source/WebCore/page/GroupSettings.cpp \2219 Source/WebCore/page/GroupSettings.h \
2232 Source/WebCore/page/GroupSettings.cpp \2233 Source/WebCore/page/GroupSettings.h \
706 'page/GroupSettings.h',3434 'page/GroupSettings.cpp',
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:[all …]
5372 …61612119D23008B46E0 /* GroupSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C50B561412…5373 …561712119D23008B46E0 /* GroupSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = C50B5615121…11883 …3008B46E0 /* GroupSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…11884 …9D23008B46E0 /* GroupSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …14353 C50B561412119D23008B46E0 /* GroupSettings.cpp */,14354 C50B561512119D23008B46E0 /* GroupSettings.h */,21195 C50B561712119D23008B46E0 /* GroupSettings.h in Headers */,24039 C50B561612119D23008B46E0 /* GroupSettings.cpp in Sources */,
6415 Change WebView to use the new GroupSettings class rather than Settings for the
4877 Change WebSettings to use the new GroupSettings class rather than Settings for the