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

/external/chromium_org/ui/base/ime/
H A Dinput_method_ibus.cc47 previous_textinput_type_(TEXT_INPUT_TYPE_NONE),
156 if (previous_textinput_type_ != client->GetTextInputType())
158 previous_textinput_type_ = client->GetTextInputType();
337 (current_text_input_type != previous_textinput_type_);
H A Dinput_method_ibus.h160 TextInputType previous_textinput_type_; member in class:ui::InputMethodIBus

Completed in 99 milliseconds