OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_newQuota
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp
407
m_newQuota
= currentQuota;
410
if (
m_newQuota
< currentQuota)
411
m_newQuota
= currentQuota;
417
if (
m_newQuota
== currentQuota && !m_triedToReclaimDBQuota) {
431
tracker.setQuota(origin,
m_newQuota
);
480
if (
m_newQuota
> 0) {
481
WebCore::cacheStorage().setMaximumSize(
m_newQuota
);
548
m_newQuota
= newQuota < 0 ? 0 : newQuota;
ChromeClientAndroid.h
213
unsigned long long
m_newQuota
;
Completed in 36 milliseconds