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

  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 143 current_layout_name_ = layout_name;
152 const std::string layout_name = current_layout_name_.empty() ?
153 kDefaultLayoutName : current_layout_name_;
155 current_layout_name_ = layout_name;
227 if (!current_layout_name_.empty()) {
229 current_layout_name_, current_modifier_map_);
307 std::string current_layout_name_; member in class:chromeos::input_method::__anon1664::XKeyboard
  /external/chromium_org/chromeos/ime/
xkeyboard.cc 103 std::string current_layout_name_; member in class:chromeos::input_method::__anon7225::XKeyboardImpl
143 if (!force && (current_layout_name_ == layout_name)) {
299 current_layout_name_ = layout_name;
306 if (current_layout_name_.empty()) {
310 return SetLayoutInternal(current_layout_name_, true /* force */);

Completed in 532 milliseconds