Home
last modified time | relevance | path

Searched refs:CodeStringToUsbKeycode (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/dom/
H A Dkeycode_converter.h104 static uint32_t CodeStringToUsbKeycode(const std::string& code);
H A Dkeycode_converter.cc312 uint32_t KeycodeConverter::CodeStringToUsbKeycode(const std::string& code) { in CodeStringToUsbKeycode() function in ui::KeycodeConverter
326 return UsbKeycodeToNativeKeycode(CodeStringToUsbKeycode(code)); in CodeStringToNativeKeycode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/dom/
H A Dkeycode_converter.h122 static uint32_t CodeStringToUsbKeycode(const std::string& code);
H A Dkeycode_converter.cc386 uint32_t KeycodeConverter::CodeStringToUsbKeycode(const std::string& code) { in CodeStringToUsbKeycode() function in ui::KeycodeConverter
400 return UsbKeycodeToNativeKeycode(CodeStringToUsbKeycode(code)); in CodeStringToNativeKeycode()