Home
last modified time | relevance | path

Searched refs:SetLayoutInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/ime/
Dxkeyboard.cc86 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::XKeyboardImpl
298 if (SetLayoutInternal(layout_name, false)) { in SetCurrentKeyboardLayoutByName()
310 return SetLayoutInternal(current_layout_name_, true /* force */); in ReapplyCurrentKeyboardLayout()
/external/chromium/chrome/browser/chromeos/input_method/
Dxkeyboard.cc142 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