Searched refs:m_defaultOriginQuota (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.h66 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; }
139 int64_t m_defaultOriginQuota; member in class:WebCore::ApplicationCacheStorage
H A DApplicationCacheStorage.cpp433 m_defaultOriginQuota = quota;
451 quota = wasNoRecord ? m_defaultOriginQuota : statement.getColumnInt64(1);
943 insertOriginStatement.bindInt64(2, m_defaultOriginQuota);
1498 , m_defaultOriginQuota(ApplicationCacheStorage::noQuota())

Completed in 147 milliseconds