HomeSort by relevance Sort by last modified time
    Searched defs:EventFactoryEvdev (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/ozone/evdev/
event_factory_evdev.cc 134 EventFactoryEvdev::EventFactoryEvdev(
140 base::Bind(base::IgnoreResult(&EventFactoryEvdev::DispatchUiEvent),
146 EventFactoryEvdev::~EventFactoryEvdev() { STLDeleteValues(&converters_); }
148 void EventFactoryEvdev::DispatchUiEvent(Event* event) {
152 void EventFactoryEvdev::AttachInputDevice(
168 void EventFactoryEvdev::OnDeviceEvent(const DeviceEvent& event) {
186 base::Bind(&EventFactoryEvdev::AttachInputDevice,
200 void EventFactoryEvdev::OnDispatcherListChanged()
    [all...]
event_factory_evdev.h 30 class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
33 EventFactoryEvdev(CursorDelegateEvdev* cursor,
35 virtual ~EventFactoryEvdev();
77 base::WeakPtrFactory<EventFactoryEvdev> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(EventFactoryEvdev);

Completed in 47 milliseconds