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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.cc 607 hardware_layouts_.clear();
612 hardware_layouts_ = cached_hardware_layouts_;
613 MigrateInputMethods(&hardware_layouts_);
615 for (size_t i = 0; i < hardware_layouts_.size(); ++i) {
616 if (IsLoginKeyboard(hardware_layouts_[i]))
617 hardware_login_layouts_.push_back(hardware_layouts_[i]);
619 if (hardware_layouts_.empty()) {
623 hardware_layouts_.push_back(GetFallbackInputMethodDescriptor().id());
641 return hardware_layouts_;
input_method_util.h 197 std::vector<std::string> hardware_layouts_; member in class:chromeos::input_method::InputMethodUtil

Completed in 482 milliseconds