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

  /external/chromium_org/ui/events/x/
device_list_cache_x.cc 47 void DeviceListCacheX::UpdateDeviceList(Display* display) {
touch_factory_x11.cc 41 UpdateDeviceList(display);
82 void TouchFactory::UpdateDeviceList(Display* display) {
device_data_manager_x11.cc 73 // they are in sync when updating the device list (see UpdateDeviceList).
139 UpdateDeviceList(gfx::GetXDisplay());
197 void DeviceDataManagerX11::UpdateDeviceList(Display* display) {
events_x.cc 359 void UpdateDeviceList() {
361 DeviceListCacheX::GetInstance()->UpdateDeviceList(display);
362 TouchFactory::GetInstance()->UpdateDeviceList(display);
363 DeviceDataManagerX11::GetInstance()->UpdateDeviceList(display);
  /external/chromium_org/ui/events/
events_stub.cc 17 void UpdateDeviceList() {
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 13 void UpdateDeviceList() { NOTIMPLEMENTED(); }
  /external/chromium_org/ui/events/win/
events_win.cc 144 void UpdateDeviceList() {

Completed in 78 milliseconds