HomeSort by relevance Sort by last modified time
    Searched full:layout_name (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 86 bool KeepRightAlt(const std::string& layout_name) {
88 if (GetKeyboardOverlayId(layout_name) == kKeepRightAltOverlays[c]) {
95 bool KeepCapsLock(const std::string& layout_name) {
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) {
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_map))
    [all...]
xkeyboard.h 45 // Sets the current keyboard layout to |layout_name|. This function does not
47 bool SetCurrentKeyboardLayoutByName(const std::string& layout_name);
88 // from modifier key mapping and |layout_name|, such as "us", "us(dvorak)", and
90 std::string CreateFullXkbLayoutName(const std::string& layout_name,
xkeyboard_unittest.cc 65 // CreateFullXkbLayoutName should not accept an empty |layout_name|.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gdb 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gdb 
arm-linux-androideabi-gdbtui 
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/
i686-android-linux-gdb 
i686-android-linux-gdbtui 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdb 
i686-unknown-linux-gnu-gdbtui 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gdb 
sh-linux-gnu-gdbtui 

Completed in 897 milliseconds