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 111 class TestWebViewClient : public WebViewClient {
113 virtual ~TestWebViewClient() { }
ChromeClientImplTest.cpp 56 class TestWebViewClient : public FrameTestHelpers::TestWebViewClient {
58 explicit TestWebViewClient(WebNavigationPolicy* target) : m_target(target) { }
59 ~TestWebViewClient() { }
120 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 276 milliseconds