Searched defs:input_mode (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager_unittest.cc13 TextInputMode input_mode; member in struct:ui::__anon16649::InputModeTestCase
21 *os << " input_mode: " << testing::PrintToString(data.input_mode)
78 IMM32Manager::ConvertInputModeToImmFlags(test_case.input_mode,
H A Dtsf_input_scope_unittest.cc16 TextInputMode input_mode; member in struct:ui::__anon16651::GetInputScopesTestCase
24 << "; input_mode: " << testing::PrintToString(data.input_mode);
109 test_case.input_type, test_case.input_mode);
H A Dimm32_manager.cc506 TextInputMode input_mode) {
507 if (input_mode == ui::TEXT_INPUT_MODE_DEFAULT)
522 ConvertInputModeToImmFlags(input_mode, conversion_mode, &open,
614 void IMM32Manager::ConvertInputModeToImmFlags(TextInputMode input_mode, argument
620 switch (input_mode) {
505 SetTextInputMode(HWND window_handle, TextInputMode input_mode) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc785 ui::TextInputMode input_mode,
789 last_input_mode_ = input_mode;
794 type, input_mode, can_compose_inline);
784 OnTextInputTypeChanged(ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc155 ui::TextInputMode input_mode,
153 TextInputTypeChanged( ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument
H A Drender_widget_host_view_guest.cc296 ui::TextInputMode input_mode,
305 rwhv->TextInputTypeChanged(type, input_mode, can_compose_inline);
294 TextInputTypeChanged( ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc973 ui::TextInputMode input_mode = params.b; local
992 input_mode = params.b;
1014 input_mode = params.b;
1015 EXPECT_EQ(test_case->expected_mode, input_mode);
H A Drender_widget.cc145 ui::TextInputMode ConvertInputMode(const blink::WebString& input_mode) { argument
149 singleton->map().find(input_mode.utf8());
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c844 long input_mode; member in struct:__anon29607
/external/sepolicy/tools/
H A Dcheck_seapp.c372 int input_mode = 0; local
385 input_mode = 0;
399 input_mode = 1;
403 if (input_mode) {
/external/chromium_org/ui/base/x/
H A Dx11_util.cc528 long input_mode; member in struct:ui::__anon16686
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1696 ui::TextInputMode input_mode,
1699 view_->TextInputTypeChanged(type, input_mode, can_compose_inline);
1694 OnTextInputTypeChanged( ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument
H A Drender_widget_host_view_android.cc621 ui::TextInputMode input_mode,
619 TextInputTypeChanged( ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument
H A Drender_widget_host_view_aura.cc853 ui::TextInputMode input_mode,
856 text_input_mode_ != input_mode ||
859 text_input_mode_ = input_mode;
851 TextInputTypeChanged( ui::TextInputType type, ui::TextInputMode input_mode, bool can_compose_inline) argument

Completed in 4535 milliseconds