Home | History | Annotate | Download | only in browser

Lines Matching refs:null

148     // Parent Tab. This is the Tab that created this Tab, or null if the Tab was
198 if (sDefaultFavicon == null) {
211 // This is non-null only when mSecurityState is SECURITY_STATE_BAD_CERTIFICATE.
268 if (mQueuedErrors == null) {
274 mQueuedErrors = null;
289 if (mQueuedErrors == null) {
316 .setPositiveButton(R.string.ok, null)
349 if (mTouchIconLoader != null) {
350 mTouchIconLoader.mTab = null;
351 mTouchIconLoader = null;
355 if (mErrorConsole != null) {
363 if (mDeviceAccountLogin != null) {
365 mDeviceAccountLogin = null;
406 if (url != null && url.length() > 0) {
452 if (mDontResend != null) {
467 if (mResend != null) {
469 mResend = null;
470 mDontResend = null;
477 if (mDontResend != null) {
479 mResend = null;
480 mDontResend = null;
485 if (mDontResend != null) {
487 mResend = null;
488 mDontResend = null;
633 if (mCurrentState.mUrl == null) {
643 mCurrentState.mSslCertificateError = null;
654 // Returns non-null if the title bar should display the auto-login UI.
673 final Tab newTab = mWebViewController.openTab(null,
688 if (dialog && mSubView != null) {
693 .setPositiveButton(R.string.ok, null)
701 .setPositiveButton(R.string.ok, null)
721 // Block the popup by returning a null WebView.
753 if (mParent != null) {
792 if (precomposed && mTouchIconLoader != null) {
794 mTouchIconLoader = null;
797 if (mTouchIconLoader == null) {
808 if (activity != null) {
885 if (mInForeground && mGeolocationPermissionsPrompt != null) {
939 * @return Bitmap The icon or null if no such icon is available.
946 return null;
959 return null;
967 uploadMsg.onReceiveValue(null);
1077 this(wvcontroller, w, null);
1081 this(wvcontroller, null, state);
1089 mCurrentState = new PageState(mContext, w != null
1105 if (mClearHistoryUrlPattern != null) {
1114 if (mMainView != null) {
1118 mClearHistoryUrlPattern = null;
1161 if (mCapture == null) {
1172 mCapture = null;
1202 if (mGeolocationPermissionsPrompt != null) {
1208 if (mMainView != null) {
1209 mMainView.setPictureListener(null);
1210 if (w != null) {
1211 syncCurrentState(w, null);
1219 if (mMainView != null) {
1228 if (tc != null && tc.getOnThumbnailUpdatedListener() != null) {
1231 if (restore && (mSavedState != null)) {
1235 if (restoredState == null || restoredState.getSize() == 0) {
1237 null);
1239 mSavedState = null;
1248 if (mMainView != null) {
1252 setWebView(null);
1262 if (mChildren != null) {
1264 t.setParent(null);
1268 if (mParent != null) {
1279 if (mSubView == null) {
1310 if (mSubView != null) {
1313 mSubView = null;
1314 mSubViewContainer = null;
1331 if (mSavedState != null) {
1332 if (parent == null) {
1340 if (parent != null && mSettings.hasDesktopUseragent(parent.getWebView())
1345 if (parent != null && parent.getId() == getId()) {
1353 * @return the Tab parent or null
1365 if (mChildren == null) {
1377 if (mMainView != null) {
1380 if (mSubView != null) {
1387 if (web == null) return;
1390 web.setLayerType(View.LAYER_TYPE_NONE, null);
1392 web.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
1397 if (mMainView != null) {
1399 if (mSubView != null) {
1413 if (mSubView != null) {
1417 if (mQueuedErrors != null && mQueuedErrors.size() > 0) {
1430 mMainView.setOnCreateContextMenuListener(null);
1431 if (mSubView != null) {
1432 mSubView.setOnCreateContextMenuListener(null);
1442 * null or the main window.
1446 if (mSubView != null) {
1454 * background, this can return null. It is only guaranteed to be
1455 * non-null for the current tab.
1480 * Return the subwindow of this tab or null if there is no subwindow.
1481 * @return The subwindow of this tab or null.
1503 if (mGeolocationPermissionsPrompt == null) {
1540 if (mCurrentState.mOriginalUrl == null) {
1550 if (mCurrentState.mTitle == null && mInPageLoad) {
1560 if (mCurrentState.mFavicon != null) {
1575 * @return The tab's error console, or null if one has not been created and
1579 if (createIfNecessary && mErrorConsole == null) {
1592 mCurrentState.mSslCertificateError = null;
1605 * This is only non-null when the security state is
1628 * @return The Bundle with the tab's state if it can be saved, otherwise null
1631 // If the WebView is null it means we ran low on memory and we already
1633 if (mMainView == null) {
1638 return null;
1643 if (savedList == null || savedList.getSize() == 0) {
1652 if (mAppId != null) {
1657 if (mParent != null) {
1670 if (mSavedState == null) {
1682 mCurrentState = new PageState(mContext, incognito, url, null);
1685 if (mCapture != null) {
1692 if (mMainView == null || mSavedState == null) {
1743 return null;
1754 if (bitmap == null) {
1755 return null;
1763 if (mMainView != null) {
1766 mCurrentState = new PageState(mContext, false, url, null);
1767 mWebViewController.onPageStarted(this, mMainView, null);
1777 if (mMainView == null || mCapture == null) return;
1801 c.setBitmap(null);
1805 if (tc != null) {
1808 if (updateListener != null) {
1826 return mMainView != null ? mMainView.canGoBack() : false;
1830 return mMainView != null ? mMainView.canGoForward() : false;
1834 if (mMainView != null) {
1840 if (mMainView != null) {
1866 if (mCapture == null) {
1886 if (getParent() != null) {