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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.h 124 class TestWebViewClient : public WebViewClient {
126 virtual ~TestWebViewClient() { }
ChromeClientImplTest.cpp 57 class TestWebViewClient : public FrameTestHelpers::TestWebViewClient {
59 explicit TestWebViewClient(WebNavigationPolicy* target) : m_target(target) { }
60 ~TestWebViewClient() { }
121 TestWebViewClient m_webViewClient;
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java 31 protected class TestWebViewClient extends WebViewClient {
75 protected TestWebViewClient mWebViewClient;
83 mWebViewClient = new TestWebViewClient();
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 35 abstract class TestWebViewClient extends WebViewClient {
39 protected TestWebViewClient(WebViewClient wrappedClient) {

Completed in 147 milliseconds