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

  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 13 TextInputMode input_mode; member in struct:ui::__anon354::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::__anon356::GetInputScopesTestCase
24 << "; input_mode: " << testing::PrintToString(data.input_mode);
109 test_case.input_type, test_case.input_mode);
imm32_manager.h 240 // Sets conversion status corresponding to |input_mode|.
241 virtual void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
255 // |input_mode|.
256 static void ConvertInputModeToImmFlags(TextInputMode input_mode,
imm32_manager.cc 506 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,
620 switch (input_mode) {
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 70 ui::TextInputMode input_mode,
render_widget_host_view_guest.h 77 ui::TextInputMode input_mode,
render_widget_host_view_guest.cc 296 ui::TextInputMode input_mode,
305 rwhv->TextInputTypeChanged(type, input_mode, can_compose_inline);
render_widget_host_view_child_frame.cc 155 ui::TextInputMode input_mode,
  /external/sepolicy/tools/
check_seapp.c 372 int input_mode = 0; local
385 input_mode = 0;
399 input_mode = 1;
403 if (input_mode) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 785 ui::TextInputMode input_mode,
789 last_input_mode_ = input_mode;
794 type, input_mode, can_compose_inline);
browser_plugin_guest.h 288 ui::TextInputMode input_mode,
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 197 void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect);
  /external/chromium_org/content/test/
test_render_view_host.h 102 ui::TextInputMode input_mode,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 630 ui::TextInputMode input_mode,
    [all...]
render_widget_host_view_android.h 132 ui::TextInputMode input_mode,
render_widget_host_view_mac.h 267 ui::TextInputMode input_mode,
render_widget_host_view_aura.h 170 ui::TextInputMode input_mode,
render_widget_host_view_aura.cc 853 ui::TextInputMode input_mode,
856 text_input_mode_ != input_mode ||
859 text_input_mode_ = input_mode;
    [all...]
render_widget_host_impl.cc     [all...]
render_widget_host_view_android.cc 621 ui::TextInputMode input_mode,
    [all...]
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 973 ui::TextInputMode input_mode = params.b; local
    [all...]
render_widget.cc 145 ui::TextInputMode ConvertInputMode(const blink::WebString& input_mode) {
149 singleton->map().find(input_mode.utf8());
    [all...]