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

  /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/page/
PageGroup.h 39 class GroupSettings;
114 GroupSettings* groupSettings() const { return m_groupSettings.get(); }
142 OwnPtr<GroupSettings> m_groupSettings;

Completed in 57 milliseconds