Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java423 private boolean mIsUpdateVisibilityTaskPending; field in AwContents
3108 if (mIsUpdateVisibilityTaskPending) return; in postUpdateWebContentsVisibility()
3119 mIsUpdateVisibilityTaskPending = true; in postUpdateWebContentsVisibility()
3124 mIsUpdateVisibilityTaskPending = false; in updateWebContentsVisibility()