Home
last modified time | relevance | path

Searched refs:TestInputAction (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_test.cc293 void TestInputAction(ui::TextInputAction expected_input_action,
1094 void WebViewTest::TestInputAction(ui::TextInputAction expected_input_action, in TestInputAction() function in blink::WebViewTest
1107 TestInputAction(ui::TextInputAction::kDefault, "enter_key_hint_default.html"); in TEST_F()
1108 TestInputAction(ui::TextInputAction::kDefault, in TEST_F()
1110 TestInputAction(ui::TextInputAction::kEnter, "enter_key_hint_enter.html"); in TEST_F()
1111 TestInputAction(ui::TextInputAction::kGo, "enter_key_hint_go.html"); in TEST_F()
1112 TestInputAction(ui::TextInputAction::kDone, "enter_key_hint_done.html"); in TEST_F()
1113 TestInputAction(ui::TextInputAction::kNext, "enter_key_hint_next.html"); in TEST_F()
1114 TestInputAction(ui::TextInputAction::kPrevious, in TEST_F()
1116 TestInputAction(ui::TextInputAction::kSearch, "enter_key_hint_search.html"); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_test.cc264 void TestInputAction(ui::TextInputAction expected_input_action,
1117 void WebViewTest::TestInputAction(ui::TextInputAction expected_input_action, in TestInputAction() function in blink::WebViewTest
1130 TestInputAction(ui::TextInputAction::kDefault, "enter_key_hint_default.html"); in TEST_F()
1131 TestInputAction(ui::TextInputAction::kDefault, in TEST_F()
1133 TestInputAction(ui::TextInputAction::kEnter, "enter_key_hint_enter.html"); in TEST_F()
1134 TestInputAction(ui::TextInputAction::kGo, "enter_key_hint_go.html"); in TEST_F()
1135 TestInputAction(ui::TextInputAction::kDone, "enter_key_hint_done.html"); in TEST_F()
1136 TestInputAction(ui::TextInputAction::kNext, "enter_key_hint_next.html"); in TEST_F()
1137 TestInputAction(ui::TextInputAction::kPrevious, in TEST_F()
1139 TestInputAction(ui::TextInputAction::kSearch, "enter_key_hint_search.html"); in TEST_F()
[all …]