Searched refs:SetLayoutInternal (Results 1 – 2 of 2) sorted by relevance
86 bool SetLayoutInternal(const std::string& layout_name, bool force);132 bool XKeyboardImpl::SetLayoutInternal(const std::string& layout_name, in SetLayoutInternal() function in chromeos::input_method::__anon03222ceb0111::XKeyboardImpl298 if (SetLayoutInternal(layout_name, false)) { in SetCurrentKeyboardLayoutByName()310 return SetLayoutInternal(current_layout_name_, true /* force */); in ReapplyCurrentKeyboardLayout()
142 if (SetLayoutInternal(layout_name, current_modifier_map_)) { in SetLayout()154 if (SetLayoutInternal(layout_name, modifier_map)) { in RemapModifierKeys()214 bool SetLayoutInternal(const std::string& layout_name, in SetLayoutInternal() function in chromeos::input_method::__anone0ba6b590111::XKeyboard