Home | History | Annotate | Download | only in browser

Lines Matching refs:null

65         if (mPageInfoDialog != null) {
71 if (mSSLCertificateDialog != null) {
75 if (mSSLCertificateOnErrorDialog != null) {
81 if (mHttpAuthenticationDialog != null) {
95 mHttpAuthenticationDialog = null;
102 mHttpAuthenticationDialog = null;
113 * @param username The username for the password. If it is null, it means
121 if (w != null) {
134 * Null when fromShowSSLCertificateOnError is false.
139 if (tab == null) return;
142 final View pageInfoView = factory.inflate(R.layout.page_info, null);
149 if (url == null) {
152 if (title == null) {
173 mPageInfoDialog = null;
174 mPageInfoView = null;
189 mPageInfoDialog = null;
190 mPageInfoView = null;
206 (view != null && view.getCertificate() != null)) {
213 mPageInfoDialog = null;
214 mPageInfoView = null;
243 if (cert == null) {
253 mSSLCertificateDialog = null;
254 mSSLCertificateView = null;
256 showPageInfo(tab, false, null);
262 mSSLCertificateDialog = null;
263 mSSLCertificateView = null;
265 showPageInfo(tab, false, null);
283 if (cert == null) {
295 mSSLCertificateOnErrorDialog = null;
296 mSSLCertificateOnErrorView = null;
297 mSSLCertificateOnErrorHandler = null;
298 mSSLCertificateOnErrorError = null;
308 mSSLCertificateOnErrorDialog = null;
323 mSSLCertificateOnErrorDialog = null;
324 mSSLCertificateOnErrorView = null;
325 mSSLCertificateOnErrorHandler = null;
326 mSSLCertificateOnErrorError = null;
337 * null, text is added to state that the certificae is valid and the icon
338 * is set accordingly. If error is non-null, it must relate to the supplied
351 if (error == null) {