Home | History | Annotate | Download | only in browser

Lines Matching refs:mClient

1300         private final WebViewClient mClient;
1304 mClient = client;
1309 // Unlike the others, do not call mClient's version, which would
1317 mClient.doUpdateVisitedHistory(view, url, isReload);
1321 return mClient.shouldOverrideUrlLoading(view, url);
1326 mClient.onReceivedSslError(view, handler, error);
1331 mClient.onReceivedClientCertRequest(view, handler, host_and_port);
1336 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
1341 mClient.onFormResubmission(view, dontResend, resend);
1346 mClient.onReceivedError(view, errorCode, description, failingUrl);
1351 return mClient.shouldOverrideKeyEvent(view, event);
1356 mClient.onUnhandledKeyEvent(view, event);
1366 private final WebChromeClient mClient;
1369 mClient = client;
1373 mClient.onProgressChanged(view, newProgress);
1378 return mClient.onCreateWindow(view, dialog, userGesture, resultMsg);