Home | History | Annotate | Download | only in browser

Lines Matching refs:closeOnExit

155     static final String CLOSEONEXIT = "closeonexit";
1285 Tab(BrowserActivity activity, WebView w, boolean closeOnExit, String appId,
1288 mCloseOnExit = closeOnExit;
1758 boolean closeOnExit() {
1893 mSavedState.putBoolean(CLOSEONEXIT, mCloseOnExit);
1919 mCloseOnExit = b.getBoolean(CLOSEONEXIT);