HomeSort by relevance Sort by last modified time
    Searched defs:onPageStarted (Results 1 - 8 of 8) sorted by null

  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 70 * Set to true after onNewPicture is called. Reset when onPageStarted
142 synchronized public void onPageStarted() {
990 public void onPageStarted(WebView view, String url, Bitmap favicon) {
991 super.onPageStarted(view, url, favicon);
992 mOnUiThread.onPageStarted();
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageStartedTest.java 14 * Tests for the ContentViewClient.onPageStarted() method.
61 assertEquals("onPageStarted not called before onReceivedError for " + failingUrl,
67 public void onPageStarted(String url) {
69 super.onPageStarted(url);
72 assertEquals("onPageStarted called twice for " + url,
75 assertEquals("onReceivedError called before onPageStarted for " + url,
77 super.onPageStarted(url);
101 // Rather than wait a fixed time to see that another onPageStarted callback isn't issued
103 // any extra calls of onPageStarted / onReceivedError will arrive to our client.
TestAwContentsClient.java 139 public void onPageStarted(String url) {
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 154 public void onPageStarted(String url) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClient.java 182 public abstract void onPageStarted(String url);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 457 public void onPageStarted() {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 564 public void onPageStarted(WebView view, String url, Bitmap favicon) {
565 super.onPageStarted(view, url, favicon);
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 119 milliseconds