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

  /external/webkit/Source/WebCore/storage/
StorageNamespaceImpl.h 80 unsigned m_quota; // The default quota for each new storage area. member in class:WebCore::StorageNamespaceImpl
StorageNamespaceImpl.cpp 75 , m_quota(quota)
101 RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_path, m_quota));
119 storageArea = StorageAreaImpl::create(m_storageType, origin, m_syncManager, m_quota);

Completed in 2546 milliseconds