Searched defs:layout_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/ime/
H A Dmock_xkeyboard.cc17 const std::string& layout_name) {
19 last_layout_ = layout_name;
16 SetCurrentKeyboardLayoutByName( const std::string& layout_name) argument
H A Dxkeyboard.cc46 // Returns false if |layout_name| contains a bad character.
47 bool CheckLayoutName(const std::string& layout_name) { argument
51 if (layout_name.empty()) {
52 DVLOG(1) << "Invalid layout_name: " << layout_name;
56 if (layout_name.find_first_not_of(kValidLayoutNameCharacters) !=
58 DVLOG(1) << "Invalid layout_name: " << layout_name;
72 const std::string& layout_name) OVERRIDE;
89 bool SetLayoutInternal(const std::string& layout_name, boo
128 SetLayoutInternal(const std::string& layout_name, bool force) argument
292 SetCurrentKeyboardLayoutByName( const std::string& layout_name) argument
369 CheckLayoutNameForTesting(const std::string& layout_name) argument
[all...]
/external/chromium/chrome/browser/chromeos/input_method/
H A Dxkeyboard.cc86 bool KeepRightAlt(const std::string& layout_name) { argument
88 if (GetKeyboardOverlayId(layout_name) == kKeepRightAltOverlays[c]) {
95 bool KeepCapsLock(const std::string& layout_name) { argument
97 if (GetKeyboardOverlayId(layout_name) == kCapsLockRemapped[c]) {
139 // Sets the current keyboard layout to |layout_name|. This function does not
141 bool SetLayout(const std::string& layout_name) { argument
142 if (SetLayoutInternal(layout_name, current_modifier_map_)) {
143 current_layout_name_ = layout_name;
152 const std::string layout_name = current_layout_name_.empty() ? local
154 if (SetLayoutInternal(layout_name, modifier_ma
214 SetLayoutInternal(const std::string& layout_name, const ModifierMap& modifier_map) argument
318 CreateFullXkbLayoutName(const std::string& layout_name, const ModifierMap& modifier_map) argument
423 SetCurrentKeyboardLayoutByName(const std::string& layout_name) argument
[all...]

Completed in 76 milliseconds