Home
last modified time | relevance | path

Searched refs:mIsInsideThrottlingInterval (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/memory/
H A DMemoryPressureMonitor.java92 private boolean mIsInsideThrottlingInterval; field in MemoryPressureMonitor
150 if (!mIsInsideThrottlingInterval) { in enablePolling()
173 if (mIsInsideThrottlingInterval) { in notifyPressure()
193 assert !mIsInsideThrottlingInterval : "Can't report pressure when throttling."; in reportPressure()
202 mIsInsideThrottlingInterval = false; in onThrottlingIntervalFinished()
228 mIsInsideThrottlingInterval = true; in startThrottlingInterval()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/memory/
H A DMemoryPressureMonitor.java92 private boolean mIsInsideThrottlingInterval; field in MemoryPressureMonitor
150 if (!mIsInsideThrottlingInterval) { in enablePolling()
173 if (mIsInsideThrottlingInterval) { in notifyPressure()
193 assert !mIsInsideThrottlingInterval : "Can't report pressure when throttling."; in reportPressure()
202 mIsInsideThrottlingInterval = false; in onThrottlingIntervalFinished()
228 mIsInsideThrottlingInterval = true; in startThrottlingInterval()