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

  /external/chromium_org/chromeos/ime/
xkeyboard.cc 86 bool SetLayoutInternal(const std::string& layout_name, bool force);
132 bool XKeyboardImpl::SetLayoutInternal(const std::string& layout_name,
298 if (SetLayoutInternal(layout_name, false)) {
310 return SetLayoutInternal(current_layout_name_, true /* force */);
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 142 if (SetLayoutInternal(layout_name, current_modifier_map_)) {
154 if (SetLayoutInternal(layout_name, modifier_map)) {
214 bool SetLayoutInternal(const std::string& layout_name,

Completed in 23 milliseconds