Home | History | Annotate | Download | only in browser

Lines Matching refs:PageState

206     protected static class PageState {
217 PageState(Context c, boolean incognito) {
229 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
243 protected PageState mCurrentState;
342 mCurrentState = new PageState(mContext,
1089 mCurrentState = new PageState(mContext, w != null
1213 mCurrentState = new PageState(mContext, false);
1682 mCurrentState = new PageState(mContext, incognito, url, null);
1766 mCurrentState = new PageState(mContext, false, url, null);