HomeSort by relevance Sort by last modified time
    Searched refs:EventFactoryOzone (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/ozone/
event_factory_delegate_ozone.h 10 class EventFactoryOzone;
21 virtual void CreateStartupEventConverters(EventFactoryOzone* factory) = 0;
event_factory_ozone.h 24 class UI_EXPORT EventFactoryOzone {
26 EventFactoryOzone();
27 ~EventFactoryOzone();
55 DISALLOW_COPY_AND_ASSIGN(EventFactoryOzone);
event_factory_ozone.cc 22 EventFactoryDelegateOzone* EventFactoryOzone::delegate_ = NULL;
24 EventFactoryOzone::EventFactoryOzone() {}
26 EventFactoryOzone::~EventFactoryOzone() {
32 void EventFactoryOzone::CreateStartupEventConverters() {
73 void EventFactoryOzone::SetEventFactoryDelegateOzone(
80 void EventFactoryOzone::AddEventConverter(
98 void EventFactoryOzone::RemoveEventConverter(int fd) {
  /external/chromium_org/ui/aura/
root_window_host_ozone.h 60 // EventFactoryOzone creates converters that obtain input events from the
63 scoped_ptr<ui::EventFactoryOzone> factory_;
root_window_host_ozone.cc 16 factory_(new ui::EventFactoryOzone()) {

Completed in 87 milliseconds