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

  /external/chromium/webkit/glue/
webview_unittest.cc 11 class WebViewTest : public TestShellTest {
14 TEST_F(WebViewTest, ActiveState) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 92 public class WebViewTest extends ActivityInstrumentationTestCase2<WebViewStubActivity> {
93 private static final String LOGTAG = "WebViewTest";
119 public WebViewTest() {
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WebViewTest.java 22 public class WebViewTest {
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 232 class WebViewTest : public extensions::PlatformAppBrowserTest {
503 base::Bind(&WebViewTest::RedirectResponseHandler,
508 base::Bind(&WebViewTest::EmptyResponseHandler, kEmptyResponsePath));
618 IN_PROC_BROWSER_TEST_F(WebViewTest,
625 IN_PROC_BROWSER_TEST_F(WebViewTest, AutoSize) {
645 IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_AutoSizeSW) {
652 IN_PROC_BROWSER_TEST_F(WebViewTest, DISABLED_Shim_TestAutosizeAfterNavigation) {
656 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeBeforeNavigation) {
659 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeRemoveAttributes) {
671 IN_PROC_BROWSER_TEST_F(WebViewTest,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 216 class WebViewTest : public testing::Test {
218 WebViewTest()
241 TEST_F(WebViewTest, SetBaseBackgroundColor)
271 TEST_F(WebViewTest, SetBaseBackgroundColorBeforeMainFrame)
281 TEST_F(WebViewTest, SetBaseBackgroundColorAndBlendWithExistingContent)
310 TEST_F(WebViewTest, FocusIsInactive)
336 TEST_F(WebViewTest, ActiveState)
353 TEST_F(WebViewTest, HitTestResultAtWithPageScale)
375 void WebViewTest::testAutoResize(const WebSize& minAutoResize, const WebSize& maxAutoResize,
407 TEST_F(WebViewTest, DISABLED_AutoResizeMinimumSize
    [all...]

Completed in 239 milliseconds