HomeSort by relevance Sort by last modified time
    Searched refs:input_mode (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 13 TextInputMode input_mode; member in struct:ui::__anon14776::InputModeTestCase
21 *os << " input_mode: " << testing::PrintToString(data.input_mode)
78 IMM32Manager::ConvertInputModeToImmFlags(test_case.input_mode,
tsf_input_scope_unittest.cc 16 TextInputMode input_mode; member in struct:ui::__anon14779::GetInputScopesTestCase
24 << "; input_mode: " << testing::PrintToString(data.input_mode);
109 test_case.input_type, test_case.input_mode);
imm32_manager.h 243 // Sets conversion status corresponding to |input_mode|.
244 virtual void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
258 // |input_mode|.
259 static void ConvertInputModeToImmFlags(TextInputMode input_mode,
imm32_manager.cc 511 TextInputMode input_mode) {
512 if (input_mode == ui::TEXT_INPUT_MODE_DEFAULT)
527 ConvertInputModeToImmFlags(input_mode, conversion_mode, &open,
619 void IMM32Manager::ConvertInputModeToImmFlags(TextInputMode input_mode,
625 switch (input_mode) {
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 44 long input_mode; member in struct:__anon15170::__anon15171
  /external/sepolicy/tools/
check_seapp.c 371 int input_mode = 0; local
384 input_mode = 0;
398 input_mode = 1;
402 if (input_mode) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 84 ui::TextInputMode input_mode,
render_widget_host_view_guest.h 84 ui::TextInputMode input_mode,
render_widget_host_view_guest.cc 302 ui::TextInputMode input_mode,
309 rwhv->TextInputTypeChanged(type, input_mode, can_compose_inline);
render_widget_host_view_android.h 103 ui::TextInputMode input_mode,
render_widget_host_impl.h 671 ui::TextInputMode input_mode,
    [all...]
render_widget_host_view_mac.h 253 ui::TextInputMode input_mode,
render_widget_host_view_aura.h 182 ui::TextInputMode input_mode,
    [all...]
render_widget_host_view_win.cc 692 ui::TextInputMode input_mode,
695 text_input_mode_ != input_mode ||
698 (text_input_mode_ != input_mode);
700 text_input_mode_ = input_mode;
    [all...]
render_widget_host_view_win.h 184 ui::TextInputMode input_mode,
render_widget_host_impl.cc     [all...]
render_widget_host_view_android.cc 421 ui::TextInputMode input_mode,
    [all...]
render_widget_host_view_gtk.cc 841 ui::TextInputMode input_mode,
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 196 void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect);
  /external/chromium_org/content/test/
test_render_view_host.h 104 ui::TextInputMode input_mode,
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 917 ui::TextInputMode input_mode = ui::TEXT_INPUT_MODE_DEFAULT; local
    [all...]
render_widget.cc 135 ui::TextInputMode ConvertInputMode(const blink::WebString& input_mode) {
139 singleton->map().find(input_mode.utf8());
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 474 ui::TextInputMode input_mode,
browser_plugin_guest.cc     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 844 long input_mode; member in struct:__anon25190
    [all...]

Completed in 241 milliseconds

1 2