Home
last modified time | relevance | path

Searched refs:key_map (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/common/
Dcef_crash_report_utils.cc16 std::string key_map; in FilterParameters() local
22 key_map += it->second; in FilterParameters()
26 if (key_map.empty()) { in FilterParameters()
33 if (!base::SplitStringIntoKeyValuePairs(key_map, '=', ',', &kv_pairs)) { in FilterParameters()
/third_party/alsa-utils/alsamixer/
Ddevice_name.c74 } key_map[] = { in on_form_key() local
90 for (i = 0; i < ARRAY_SIZE(key_map); ++i) in on_form_key()
91 if (key_map[i].key == key) { in on_form_key()
92 form_driver(form, key_map[i].request); in on_form_key()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick_c.h46 Uint8 key_map[KEY_MAX - BTN_MISC]; member
DSDL_sysjoystick.c449 joystick->hwdata->key_map[i - BTN_MISC] = joystick->nbuttons; in ConfigJoystick()
458 joystick->hwdata->key_map[i - BTN_MISC] = joystick->nbuttons; in ConfigJoystick()
718 joystick->hwdata->key_map[code], in HandleInputEvents()
/third_party/libevdev/include/
Devent-names.h85 static const char * const key_map[KEY_MAX + 1] = { variable
793 [EV_KEY] = key_map,
/third_party/chromium/patch/
D0001-cve.patch151306 // it modifies slots in key_map and WeakCells and the normal write barrier is