Searched defs:WebViewTest (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DWebViewTest.java22 public class WebViewTest { class
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc262 class WebViewTest : public extensions::PlatformAppBrowserTest { class in inherits:extensions::PlatformAppBrowserTest
538 base::Bind(&WebViewTest::RedirectResponseHandler,
543 base::Bind(&WebViewTest::EmptyResponseHandler, kEmptyResponsePath));
626 ExtensionTestMessageListener launched_listener("WebViewTest.LAUNCHED",
628 launched_listener.set_failure_message("WebViewTest.FAILURE");
675 WebViewTest() : guest_web_contents_(NULL), function in class:WebViewTest
699 class WebViewDPITest : public WebViewTest {
702 WebViewTest::SetUpCommandLine(command_line);
711 IN_PROC_BROWSER_TEST_F(WebViewTest, GuestVisibilityChanged) {
726 IN_PROC_BROWSER_TEST_F(WebViewTest, EmbedderVisibilityChange
1002 IN_PROC_BROWSER_TEST_F( WebViewTest, Shim_TestExecuteScriptIsAbortedWhenWebViewSourceIsChanged) argument
1094 IN_PROC_BROWSER_TEST_F( WebViewTest, MAYBE_Shim_TestWebRequestListenerSurvivesReparenting) argument
2010 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfSingleWebViewGuestAllow) argument
2019 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfSingleWebViewGuestDeny) argument
2028 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfSingleWebViewGuestDefaultAllow) argument
2041 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfMultiWebViewGuestsAllow) argument
2050 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfMultiWebViewGuestsDeny) argument
2059 IN_PROC_BROWSER_TEST_F( WebViewTest, FileSystemAPIRequestFromSharedWorkerOfMultiWebViewGuestsDefaultAllow) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp204 class WebViewTest : public testing::Test { class in namespace:__anon11422
206 WebViewTest() function in class:__anon11422::WebViewTest
235 TEST_F(WebViewTest, SaveImageAt)
256 TEST_F(WebViewTest, CopyImageAt)
271 TEST_F(WebViewTest, SetBaseBackgroundColor)
313 TEST_F(WebViewTest, SetBaseBackgroundColorBeforeMainFrame)
328 TEST_F(WebViewTest, SetBaseBackgroundColorAndBlendWithExistingContent)
364 TEST_F(WebViewTest, FocusIsInactive)
390 TEST_F(WebViewTest, ActiveState)
407 TEST_F(WebViewTest, HitTestResultAtWithPageScal
[all...]

Completed in 82 milliseconds