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

/external/chromium_org/content/renderer/
H A Drender_widget.cc403 input_method_is_active_(false),
1502 input_method_is_active_ = is_active;
1752 // |input_method_is_active_| is no longer an appropriate condition to suppress
1754 // TODO(yukawa, yoichio): Consider to stop checking |input_method_is_active_|
1757 if (!input_method_is_active_)
1790 if (show_ime == NO_SHOW_IME && !input_method_is_active_)
2012 if (!input_method_is_active_)
H A Drender_widget.h648 bool input_method_is_active_; member in class:content::RenderWidget

Completed in 177 milliseconds