Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
56 * Many tests need to run WebView code in the UI thread. This class
86 * The test that this class is being used in. Used for runTestOnUiThread.
102 * @param test The test in which this is being run.
109 final WebViewClient webViewClient = new WaitForLoadedClient(this);
110 final WebChromeClient webChromeClient = new WaitForProgressClient(this);
134 * Called from WaitForNewPicture, this is used to indicate that
139 this.notifyAll();
143 * Called from WaitForLoadedClient, this is used to clear the picture
151 * Called from WaitForLoadedClient, this is used to indicate that
156 this.notifyAll();
160 * Called from the WebChrome client, this sets the current progress
166 this.notifyAll();
531 * Use this only when JavaScript causes a page load to wait for the
830 * a test failure. If this is already the UI thread then it runs
851 * @return The WebView being wrapped by this class.
945 this.wait(timeRemaining);
959 * This is useful to force processing while running tests in the UI thread.
965 // Force loop to exit when processing this. Loop.quit() doesn't
966 // work because this is the main Loop.
983 * it can derive from this class or call onProgressChanged
1037 WebViewOnUiThread.this.onNewPicture();