Searched defs:mInForeground (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTab.java112 private boolean mInForeground; field in class:Tab
173 if (mInForeground) {
274 if (mInForeground) {
436 if (mQueuedErrors.size() == 1 && mInForeground) {
442 if (mInForeground) {
511 if (mInForeground) {
522 if (mInForeground && !mActivity.didUserStopLoading()
523 || !mInForeground) {
532 if (mInForeground) {
540 if (mInForeground) {
[all...]

Completed in 33 milliseconds