OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XK_less
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.cc
244
case
XK_less
:
713
return shift ?
XK_less
: XK_comma;
/external/chromium_org/ui/events/test/
events_test_utils_x11.cc
63
// Tests assume the keycode for
XK_less
is equal to the one of XK_comma,
64
// but XKeysymToKeycode returns 94 for
XK_less
while it returns 59 for
65
// XK_comma. Here we convert the value for
XK_less
to the value for XK_comma.
66
return (keysym ==
XK_less
) ? 59 : XKeysymToKeycode(display, keysym);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
keysymdef.h
525
#define
XK_less
0x003c /* U+003C LESS-THAN SIGN */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
keysymdef.h
525
#define
XK_less
0x003c /* U+003C LESS-THAN SIGN */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
keysymdef.h
525
#define
XK_less
0x003c /* U+003C LESS-THAN SIGN */
[
all
...]
Completed in 41 milliseconds