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

  /external/chromium_org/ui/base/x/
device_list_cache_x.cc 30 void DeviceListCacheX::UpdateDeviceList(Display* display) {
device_data_manager.cc 69 // they are in sync when updating the device list (see UpdateDeviceList).
125 UpdateDeviceList(ui::GetXDisplay());
177 void DeviceDataManager::UpdateDeviceList(Display* display) {
events_x.cc 286 void UpdateDeviceList() {
288 DeviceListCacheX::GetInstance()->UpdateDeviceList(display);
289 TouchFactory::GetInstance()->UpdateDeviceList(display);
290 DeviceDataManager::GetInstance()->UpdateDeviceList(display);
  /external/chromium_org/ui/base/ozone/
events_ozone.cc 11 void UpdateDeviceList() { NOTIMPLEMENTED(); }
  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 41 UpdateDeviceList(display);
84 void TouchFactory::UpdateDeviceList(Display* display) {
  /external/chromium_org/ui/base/win/
events_win.cc 134 void UpdateDeviceList() {
  /external/chromium_org/chrome/browser/devtools/
tethering_adb_filter.cc 529 void PortForwardingController::UpdateDeviceList(

Completed in 89 milliseconds