HomeSort by relevance Sort by last modified time
    Searched refs:GroupSettings (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/page/
GroupSettings.cpp 27 #include "GroupSettings.h"
31 GroupSettings::GroupSettings()
37 void GroupSettings::setLocalStorageQuotaBytes(unsigned quota)
42 void GroupSettings::setIndexedDBDatabasePath(const String& path)
47 void GroupSettings::setIndexedDBQuotaBytes(int64_t quota)
GroupSettings.h 36 class GroupSettings {
37 WTF_MAKE_NONCOPYABLE(GroupSettings); WTF_MAKE_FAST_ALLOCATED;
39 static PassOwnPtr<GroupSettings> create()
41 return adoptPtr(new GroupSettings());
54 GroupSettings();
PageGroup.h 39 class GroupSettings;
114 GroupSettings* groupSettings() const { return m_groupSettings.get(); }
142 OwnPtr<GroupSettings> m_groupSettings;
PageGroup.cpp 33 #include "GroupSettings.h"
66 , m_groupSettings(GroupSettings::create())
73 , m_groupSettings(GroupSettings::create())
  /external/webkit/Source/WebCore/storage/
IDBFactory.cpp 38 #include "GroupSettings.h"
76 GroupSettings* groupSettings = document->page()->group().groupSettings();
77 m_factoryBackend->open(name, request, document->securityOrigin(), document->frame(), groupSettings->indexedDBDatabasePath(), groupSettings->indexedDBQuotaBytes(), IDBFactoryBackendInterface::DefaultBackingStore);
  /external/webkit/Source/WebCore/
Android.mk 498 page/GroupSettings.cpp \
    [all...]

Completed in 148 milliseconds