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

  /external/webkit/Source/WebCore/page/
GroupSettings.cpp 32 : m_localStorageQuotaBytes(5 * 1024 * 1024) // Suggested by the HTML5 spec.
39 m_localStorageQuotaBytes = quota;
GroupSettings.h 45 unsigned localStorageQuotaBytes() const { return m_localStorageQuotaBytes; }
56 unsigned m_localStorageQuotaBytes;

Completed in 27 milliseconds