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

/external/chromium_org/ui/base/ime/
H A Dremote_input_method_win_unittest.cc30 text_input_mode_(TEXT_INPUT_MODE_DEFAULT),
59 text_input_mode_ = TEXT_INPUT_MODE_DEFAULT;
74 text_input_mode_ = mode;
105 return text_input_mode_;
137 ui::TextInputMode text_input_mode_; member in class:ui::__anon15913::MockTextInputClient
/external/chromium_org/content/renderer/
H A Drender_widget.h610 ui::TextInputMode text_input_mode_; member in class:content::RenderWidget
H A Drender_widget.cc383 text_input_mode_(ui::TEXT_INPUT_MODE_DEFAULT),
1649 text_input_mode_ != new_mode ||
1680 text_input_mode_ = new_mode;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc434 text_input_mode_(ui::TEXT_INPUT_MODE_DEFAULT),
814 text_input_mode_ != params.mode ||
817 text_input_mode_ = params.mode;
1400 return text_input_mode_;
H A Drender_widget_host_view_aura.h499 ui::TextInputMode text_input_mode_; member in class:content::RenderWidgetHostViewAura

Completed in 721 milliseconds