Lines Matching refs:null
54 mSession = null;
60 if (mSession == null) {
72 " returning null.");
73 return null;
77 PreloaderSession s = null;
78 if (mSession != null && mSession.mId.equals(id)) {
80 mSession = null;
83 if (s != null) {
93 if (s == null) {
101 if (searchBoxQuery != null) {
111 if (s != null) {
120 if (s != null) {
122 WebViewTimersControl.getInstance().onPrerenderDone(s == null ? null : s.getWebView());
137 return s == null ? null : s.getTabControl();
173 return t == null? null : t.getWebView();