Home | History | Annotate | Download | only in cts

Lines Matching defs:onPageStarted

76      * Set to true after onNewPicture is called. Reset when onPageStarted
184 synchronized public void onPageStarted() {
1078 public void onPageStarted(WebView view, String url, Bitmap favicon) {
1079 super.onPageStarted(view, url, favicon);
1080 mOnUiThread.onPageStarted();