Searched defs:UpdateDeviceList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.cc47 void DeviceListCacheX::UpdateDeviceList(Display* display) { function in class:ui::DeviceListCacheX
H A Dtouch_factory_x11.cc41 UpdateDeviceList(display);
82 void TouchFactory::UpdateDeviceList(Display* display) { function in class:ui::TouchFactory
H A Ddevice_data_manager_x11.cc73 // they are in sync when updating the device list (see UpdateDeviceList).
139 UpdateDeviceList(gfx::GetXDisplay());
197 void DeviceDataManagerX11::UpdateDeviceList(Display* display) { function in class:ui::DeviceDataManagerX11
H A Devents_x.cc359 void UpdateDeviceList() { function in namespace:ui
361 DeviceListCacheX::GetInstance()->UpdateDeviceList(display);
362 TouchFactory::GetInstance()->UpdateDeviceList(display);
363 DeviceDataManagerX11::GetInstance()->UpdateDeviceList(display);
/external/chromium_org/ui/events/
H A Devents_stub.cc17 void UpdateDeviceList() { function in namespace:ui
/external/chromium_org/ui/events/ozone/
H A Devents_ozone.cc13 void UpdateDeviceList() { NOTIMPLEMENTED(); } function in namespace:ui
/external/chromium_org/ui/events/win/
H A Devents_win.cc144 void UpdateDeviceList() { function in namespace:ui

Completed in 376 milliseconds