OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout_name
(Results
1 - 2
of
2
) 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
,
Completed in 63 milliseconds