Home
last modified time | relevance | path

Searched refs:m_groupSettings (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DPageGroup.h114 GroupSettings* groupSettings() const { return m_groupSettings.get(); } in groupSettings()
142 OwnPtr<GroupSettings> m_groupSettings; variable
DPageGroup.cpp66 , m_groupSettings(GroupSettings::create()) in PageGroup()
73 , m_groupSettings(GroupSettings::create()) in PageGroup()
348 unsigned quota = m_groupSettings->localStorageQuotaBytes(); in localStorage()