Home | History | Annotate | Download | only in browser

Lines Matching refs:mClient

1240         private final WebViewClient mClient;
1244 mClient = client;
1249 // Unlike the others, do not call mClient's version, which would
1257 mClient.doUpdateVisitedHistory(view, url, isReload);
1261 return mClient.shouldOverrideUrlLoading(view, url);
1266 mClient.onReceivedSslError(view, handler, error);
1271 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
1276 mClient.onFormResubmission(view, dontResend, resend);
1281 mClient.onReceivedError(view, errorCode, description, failingUrl);
1286 return mClient.shouldOverrideKeyEvent(view, event);
1291 mClient.onUnhandledKeyEvent(view, event);
1301 private final WebChromeClient mClient;
1304 mClient = client;
1308 mClient.onProgressChanged(view, newProgress);
1313 return mClient.onCreateWindow(view, dialog, userGesture, resultMsg);