Home | History | Annotate | Download | only in cts

Lines Matching defs:onProgressChanged

202     synchronized public void onProgressChanged(int progress) {
1038 * A WebChromeClient used to capture the onProgressChanged for use
1040 * it can derive from this class or call onProgressChanged
1051 public void onProgressChanged(WebView view, int newProgress) {
1052 super.onProgressChanged(view, newProgress);
1053 mOnUiThread.onProgressChanged(newProgress);