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

  /external/webkit/WebCore/page/
Settings.h 162 unsigned localStorageQuota() const { return m_localStorageQuota; }
413 unsigned m_localStorageQuota;
Settings.cpp 77 , m_localStorageQuota(5 * 1024 * 1024) // Suggested by the HTML5 spec.
295 m_localStorageQuota = localStorageQuota;

Completed in 16 milliseconds