OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HotplugEventHandlerX11
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/x/
hotplug_event_handler_x11.h
16
class EVENTS_BASE_EXPORT
HotplugEventHandlerX11
{
18
explicit
HotplugEventHandlerX11
(DeviceHotplugEventObserver* delegate);
19
~
HotplugEventHandlerX11
();
29
DISALLOW_COPY_AND_ASSIGN(
HotplugEventHandlerX11
);
hotplug_event_handler_x11.cc
107
HotplugEventHandlerX11
::
HotplugEventHandlerX11
(
112
HotplugEventHandlerX11
::~
HotplugEventHandlerX11
() {
115
void
HotplugEventHandlerX11
::OnHotplugEvent() {
121
void
HotplugEventHandlerX11
::HandleTouchscreenDevices(
Completed in 211 milliseconds