Searched refs:newQuota (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLTransactionClient.cpp56 unsigned long long newQuota = DatabaseManager::manager().quotaForOrigin(database->securityOrigin()); local
57 return (newQuota > currentQuota);
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.cpp404 int64_t newQuota = ewk_view_exceeded_application_cache_quota(m_view, ewkOrigin, defaultOriginQuota, totalSpaceNeeded); local
405 if (newQuota)
406 ewk_security_origin_application_cache_quota_set(ewkOrigin, newQuota);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp592 uint64_t newQuota = 0; local
594 newQuota = m_page->injectedBundleUIClient().didExceedDatabaseQuota(m_page, webSecurityOrigin.get(), databaseName, details.displayName(), currentQuota, currentOriginUsage, details.currentUsage(), details.expectedUsage());
596 if (!newQuota) {
599 Messages::WebPageProxy::ExceededDatabaseQuota::Reply(newQuota), m_page->pageID());
602 dbManager.setQuota(origin, newQuota);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp4083 uint64_t newQuota = m_uiClient.exceededDatabaseQuota(this, frame, origin.get(), local
4087 record->reply->send(newQuota);

Completed in 107 milliseconds