Home
last modified time | relevance | path

Searched refs:IsHotrodRemote (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/chromeos/events/
H A Devent_rewriter_chromeos.h205 bool IsHotrodRemote() const;
H A Devent_rewriter_chromeos.cc890 bool EventRewriterChromeOS::IsHotrodRemote() const { in IsHotrodRemote() function in ui::EventRewriterChromeOS
990 (key_event.type() == ET_KEY_PRESSED) && IsHotrodRemote() && in RewriteKeyEvent()