Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTab.java243 protected PageState mCurrentState; field in Tab
342 mCurrentState = new PageState(mContext,
409 if (mCurrentState.mSecurityState == SecurityState.SECURITY_STATE_SECURE) {
413 mCurrentState.mSecurityState = SecurityState.SECURITY_STATE_MIXED;
663 mCurrentState.mUrl = view.getUrl(); in syncCurrentState()
664 if (mCurrentState.mUrl == null) { in syncCurrentState()
665 mCurrentState.mUrl = ""; in syncCurrentState()
667 mCurrentState.mOriginalUrl = view.getOriginalUrl(); in syncCurrentState()
668 mCurrentState.mTitle = view.getTitle(); in syncCurrentState()
669 mCurrentState.mFavicon = view.getFavicon(); in syncCurrentState()
[all …]
DSnapshotTab.java207 mTab.mCurrentState.mTitle = result.getString(SNAPSHOT_TITLE); in onPostExecute()
208 mTab.mCurrentState.mUrl = result.getString(SNAPSHOT_URL); in onPostExecute()
211 mTab.mCurrentState.mFavicon = BitmapFactory in onPostExecute()