OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XkbUseCoreKbd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/ime/
xkeyboard.cc
212
XkbGetKeyboard(GetXDisplay(), XkbAllComponentsMask,
XkbUseCoreKbd
);
254
XkbGetState(GetXDisplay(),
XkbUseCoreKbd
, &status);
283
XkbLockModifiers(GetXDisplay(),
XkbUseCoreKbd
, affect_mask, value_mask);
349
if (XkbSetAutoRepeatRate(GetXDisplay(),
XkbUseCoreKbd
,
367
return XkbGetAutoRepeatRate(GetXDisplay(),
XkbUseCoreKbd
,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKB.h
293
*
XkbUseCoreKbd
is used to specify the core keyboard without having
319
#define
XkbUseCoreKbd
0x0100
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKB.h
293
*
XkbUseCoreKbd
is used to specify the core keyboard without having
319
#define
XkbUseCoreKbd
0x0100
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKB.h
293
*
XkbUseCoreKbd
is used to specify the core keyboard without having
319
#define
XkbUseCoreKbd
0x0100
Completed in 496 milliseconds