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 39 UpdateDeviceList(display);
80 void TouchFactory::UpdateDeviceList(Display* display) {
device_data_manager.cc 70 // they are in sync when updating the device list (see UpdateDeviceList).
125 UpdateDeviceList(gfx::GetXDisplay());
185 void DeviceDataManager::UpdateDeviceList(Display* display) {
events_x.cc 266 void UpdateDeviceList() {
268 DeviceListCacheX::GetInstance()->UpdateDeviceList(display);
269 TouchFactory::GetInstance()->UpdateDeviceList(display);
270 DeviceDataManager::GetInstance()->UpdateDeviceList(display);
  /external/chromium_org/ui/events/
events_stub.cc 17 void UpdateDeviceList() {
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 11 void UpdateDeviceList() { NOTIMPLEMENTED(); }
  /external/chromium_org/ui/events/win/
events_win.cc 144 void UpdateDeviceList() {

Completed in 112 milliseconds