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

  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java 31 protected class TestWebViewClient extends WebViewClient {
75 protected TestWebViewClient mWebViewClient;
83 mWebViewClient = new TestWebViewClient();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 68 class TestWebViewClient : public WebViewClient {
73 DEFINE_STATIC_LOCAL(TestWebViewClient, client, ());
ChromeClientImplTest.cpp 59 class TestWebViewClient : public WebViewClient {
61 explicit TestWebViewClient(WebNavigationPolicy* target) : m_target(target) { }
62 ~TestWebViewClient() { }
121 TestWebViewClient m_webViewClient;
PopupMenuTest.cpp 151 class TestWebViewClient : public WebViewClient {
153 TestWebViewClient() : m_webPopupMenu(TestWebPopupMenuImpl::create(&m_webWidgetClient)) { }
154 ~TestWebViewClient() { }
271 TestWebViewClient m_webviewClient;
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 35 abstract class TestWebViewClient extends WebViewClient {
39 protected TestWebViewClient(WebViewClient wrappedClient) {

Completed in 192 milliseconds