Searched refs:expectedInputMode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp228 void testInputMode(const WebString& expectedInputMode, const std::string& htmlFile);
554 void WebViewTest::testInputMode(const WebString& expectedInputMode, const std::string& htmlFile) argument
559 EXPECT_EQ(expectedInputMode, webView->textInputInfo().inputMode);

Completed in 63 milliseconds