Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_widget.cc403 input_method_is_active_(false), in RenderWidget()
1502 input_method_is_active_ = is_active; in OnSetInputMethodActive()
1757 if (!input_method_is_active_) in UpdateTextInputType()
1790 if (show_ime == NO_SHOW_IME && !input_method_is_active_) in UpdateTextInputState()
2012 if (!input_method_is_active_) in resetInputMethod()
Drender_widget.h648 bool input_method_is_active_; variable