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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java345 private boolean mAttachedToWindow = false; field in class:ContentViewCore
1472 mAttachedToWindow = true;
1490 mAttachedToWindow = false;
2493 if (mAttachedToWindow && oldPid != newPid) {

Completed in 52 milliseconds