Home
last modified time | relevance | path

Searched refs:ALT_GRAPH (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/
H A Dplatform_key_map_win.cc187 {VKEY_ALTGR, DomKey::ALT_GRAPH},
296 return DomKey::ALT_GRAPH; in DomKeyFromKeyboardCodeImpl()
H A Dkeyboard_code_conversion.cc271 case DomKey::ALT_GRAPH: in ModifierDomKeyToEventFlag()
H A Dkeyboard_code_conversion_xkb.cc363 return DomKey::ALT_GRAPH; in NonPrintableXKeySymToDomKey()
H A Dplatform_key_map_win_unittest.cc357 EXPECT_EQ(DomKey::ALT_GRAPH, in TEST_F()
H A Ddom_us_layout_data.h268 {DomKey::ALT_GRAPH, VKEY_ALTGR},
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/
H A Dplatform_key_map_win.cc187 {VKEY_ALTGR, DomKey::ALT_GRAPH},
296 return DomKey::ALT_GRAPH; in DomKeyFromKeyboardCodeImpl()
H A Dkeyboard_code_conversion.cc271 case DomKey::ALT_GRAPH: in ModifierDomKeyToEventFlag()
H A Dkeyboard_code_conversion_xkb.cc361 return DomKey::ALT_GRAPH; in NonPrintableXKeySymToDomKey()
H A Dplatform_key_map_win_unittest.cc356 EXPECT_EQ(DomKey::ALT_GRAPH, in TEST_F()
H A Ddom_us_layout_data.h268 {DomKey::ALT_GRAPH, VKEY_ALTGR},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/dom/
H A Dkeycode_converter.cc238 case DomKey::ALT_GRAPH: in IsDomKeyForModifier()
H A Ddom_key_data.inc58 DOM_KEY_MAP("AltGraph", ALT_GRAPH, 0x0103),
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/dom/
H A Dkeycode_converter.cc312 case DomKey::ALT_GRAPH: in IsDomKeyForModifier()
H A Ddom_key_data.inc58 DOM_KEY_MAP("AltGraph", ALT_GRAPH, 0x0103),
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/chromeos/events/
H A Devent_rewriter_chromeos.cc78 {EF_MOD3_DOWN | EF_ALTGR_DOWN, DomCode::CAPS_LOCK, DomKey::ALT_GRAPH,
723 case DomKey::ALT_GRAPH: in RewriteModifierKeys()
757 state->key = DomKey::ALT_GRAPH; in RewriteModifierKeys()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp82 int ALT_GRAPH = -1; variable
656 statsPlot->graph(ALT_GRAPH)->addData(time, alt); in addMountCoords()
1449 updateStat(time, altOut, statsPlot->graph(ALT_GRAPH), d2Fcn); in updateStatsValues()
1766ALT_GRAPH = initGraphAndCB(statsPlot, altAxis, QCPGraph::lsLine, Qt::white, "ALT", altCB, Options:… in initStatsPlot()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dweb_event_factory.cpp817 return ui::DomKey::ALT_GRAPH; in domKeyForQtKey()