Home
last modified time | relevance | path

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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DBindingManagerImpl.java176 private ManagedConnection mLastInForeground; field in BindingManagerImpl
213 if (mIsLowMemoryDevice && mLastInForeground != null) mLastInForeground.dropBindings(); in addNewConnection()
238 if (inForeground) mLastInForeground = managedConnection; in setInForeground()
248 if (mLastInForeground != null) { in onSentToBackground()
249 mLastInForeground.setBoundForBackgroundPeriod(true); in onSentToBackground()
250 mBoundForBackgroundPeriod = mLastInForeground; in onSentToBackground()