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::__anon4377::XKeyboard
  /external/chromium_org/chromeos/ime/
xkeyboard.cc 106 std::string current_layout_name_; member in class:chromeos::input_method::__anon9697::XKeyboardImpl
139 if (!force && (current_layout_name_ == layout_name)) {
295 current_layout_name_ = layout_name;
302 if (current_layout_name_.empty()) {
306 return SetLayoutInternal(current_layout_name_, true /* force */);

Completed in 29 milliseconds