HomeSort by relevance Sort by last modified time
    Searched defs:keysyms (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/linux/
unicode_to_keysym_unittest.cc 28 // Characters with 3 distinct keysyms.
32 // Characters for which there are no regular keysyms.
37 std::vector<uint32_t> keysyms; local
38 GetKeySymsForUnicode(kTests[i].code_point, &keysyms);
44 EXPECT_EQ(expected, keysyms);
  /external/chromium_org/remoting/host/
input_injector_linux.cc 73 std::vector<uint32_t> keysyms; local
74 GetKeySymsForUnicode(code_point, &keysyms);
76 for (std::vector<uint32_t>::iterator it = keysyms.begin();
77 it != keysyms.end(); ++it) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 114 KeySym *keysyms; /* This server's keysyms */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 114 KeySym *keysyms; /* This server's keysyms */ member in struct:_XDisplay
    [all...]

Completed in 621 milliseconds