Home
last modified time | relevance | path

Searched refs:GroupSettings (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/page/
DGroupSettings.cpp31 GroupSettings::GroupSettings() in GroupSettings() function in WebCore::GroupSettings
37 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()
DGroupSettings.h36 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();
DPageGroup.h39 class GroupSettings; variable
114 GroupSettings* groupSettings() const { return m_groupSettings.get(); } in groupSettings()
142 OwnPtr<GroupSettings> m_groupSettings;
DPageGroup.cpp66 , m_groupSettings(GroupSettings::create()) in PageGroup()
73 , m_groupSettings(GroupSettings::create()) in PageGroup()
/external/webkit/Source/WebCore/storage/
DIDBFactory.cpp76 GroupSettings* groupSettings = document->page()->group().groupSettings(); in open()
/external/webkit/Source/WebCore/
DAndroid.mk501 page/GroupSettings.cpp \
DWebCore.pro924 page/GroupSettings.cpp \
1871 page/GroupSettings.h \
DCMakeLists.txt1015 page/GroupSettings.cpp
DGNUmakefile.list.am2218 Source/WebCore/page/GroupSettings.cpp \
2219 Source/WebCore/page/GroupSettings.h \
DGNUmakefile.am2232 Source/WebCore/page/GroupSettings.cpp \
2233 Source/WebCore/page/GroupSettings.h \
DWebCore.gypi706 'page/GroupSettings.h',
3434 'page/GroupSettings.cpp',
DChangeLog-2010-12-0636380 * 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 …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5372 …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 */,
/external/webkit/Source/WebKit/mac/
DChangeLog6415 Change WebView to use the new GroupSettings class rather than Settings for the
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-164877 Change WebSettings to use the new GroupSettings class rather than Settings for the