Lines Matching refs:null
76 if (t == null) {
77 return null;
89 if (t == null) {
90 return null;
97 * @return The subwindow of the current tab or null if it doesn't exist.
101 if (t == null) {
102 return null;
116 * @return The Tab for the specified position or null if the tab does not
123 return null;
148 if (tab == null) {
164 if (tab.getWebView() != null
174 if (current != null && current.getId() == tab.getId()) {
187 * @return The newly createTab or null if we have reached the maximum
191 return createNewTab(null, privateBrowsing);
198 return null;
213 * appId(null), url(null), and privateBrowsing(false).
234 if (t == null) {
300 if (tabState != null) {
322 if (current != null) {
336 final long[] ids = (inState == null) ? null : inState.getLongArray(POSITIONS);
337 if (ids == null) {
359 return ((tab != null) && !tab.isEmpty());
364 if ((tabstate != null) && !tabstate.isEmpty()) {
392 if (state == null || state.isEmpty()) {
400 if (t == null) {
435 if ((b != null) && (tab != null)) {
439 if (parent != null) {
470 if (view != null) {
479 // null.
480 if (getTabCount() == 1 || current == null) {
493 if (t != null && t.getWebView() != null) {
510 if (getTabCount() == 1 || current == null) {
511 return null;
514 return null;
519 if (t != null && t.getWebView() != null) {
525 return null;
538 return null;
546 if (id == null) {
547 return null;
554 return null;
563 if (webview != null) {
567 if (subview != null) {
583 if (url == null) {
584 return null;
588 if (currentTab != null && tabMatchesUrl(currentTab, url)) {
597 return null;
605 if (w != null) {
634 * @param newTab The new tab. If newTab is null, the current tab is not
649 if (current != null) {
653 if (newTab == null) {
667 boolean needRestore = mainView == null;
681 if (web != null) {
682 web.setPictureListener(listener != null ? t : null);