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

/external/chromium_org/chromeos/ime/
H A Dfake_ime_keyboard.cc28 const std::string& layout_name) {
30 last_layout_ = layout_name;
27 SetCurrentKeyboardLayoutByName( const std::string& layout_name) argument
H A Dime_keyboard_x11.cc93 // Returns false if |layout_name| contains a bad character.
94 bool CheckLayoutName(const std::string& layout_name) { argument
98 if (layout_name.empty()) {
99 DVLOG(1) << "Invalid layout_name: " << layout_name;
103 if (layout_name.find_first_not_of(kValidLayoutNameCharacters) !=
105 DVLOG(1) << "Invalid layout_name: " << layout_name;
123 const std::string& layout_name) OVERRIDE;
144 bool SetLayoutInternal(const std::string& layout_name, boo
257 SetLayoutInternal(const std::string& layout_name, bool force) argument
402 SetCurrentKeyboardLayoutByName( const std::string& layout_name) argument
455 CheckLayoutNameForTesting(const std::string& layout_name) argument
[all...]

Completed in 340 milliseconds