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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 154 : current_input_type_(ui::TEXT_INPUT_TYPE_NONE),
509 current_input_type_ = input_context.type;
511 if (!IsActive() || current_input_type_ == ui::TEXT_INPUT_TYPE_NONE)
519 switch (current_input_type_) {
547 if (!IsActive() || current_input_type_ == ui::TEXT_INPUT_TYPE_NONE)
550 current_input_type_ = ui::TEXT_INPUT_TYPE_NONE;
561 current_input_type_ = IMEBridge::Get()->GetCurrentTextInputType();
563 current_input_type_, ui::TEXT_INPUT_MODE_DEFAULT));
input_method_engine.h 104 ui::TextInputType current_input_type_; member in class:chromeos::InputMethodEngine

Completed in 248 milliseconds