DeviceListCacheX  883 ui/aura/window_tree_host_x11.cc       ui::DeviceListCacheX::GetInstance()->GetXI2DeviceList(xdisplay_);
DeviceListCacheX  194 ui/events/x/device_data_manager.cc       ui::DeviceListCacheX::GetInstance()->GetXDeviceList(display);
DeviceListCacheX  205 ui/events/x/device_data_manager.cc       ui::DeviceListCacheX::GetInstance()->GetXI2DeviceList(display);
DeviceListCacheX   27 ui/events/x/device_list_cache_x.cc DeviceListCacheX::DeviceListCacheX() {
DeviceListCacheX   30 ui/events/x/device_list_cache_x.cc DeviceListCacheX::~DeviceListCacheX() {
DeviceListCacheX   43 ui/events/x/device_list_cache_x.cc DeviceListCacheX* DeviceListCacheX::GetInstance() {
DeviceListCacheX   44 ui/events/x/device_list_cache_x.cc   return Singleton<DeviceListCacheX>::get();
DeviceListCacheX   47 ui/events/x/device_list_cache_x.cc void DeviceListCacheX::UpdateDeviceList(Display* display) {
DeviceListCacheX   60 ui/events/x/device_list_cache_x.cc const XDeviceList& DeviceListCacheX::GetXDeviceList(Display* display) {
DeviceListCacheX   68 ui/events/x/device_list_cache_x.cc const XIDeviceList& DeviceListCacheX::GetXI2DeviceList(Display* display) {
DeviceListCacheX   39 ui/events/x/device_list_cache_x.h class EVENTS_BASE_EXPORT DeviceListCacheX {
DeviceListCacheX   41 ui/events/x/device_list_cache_x.h   static DeviceListCacheX* GetInstance();
DeviceListCacheX   56 ui/events/x/device_list_cache_x.h   friend struct DefaultSingletonTraits<DeviceListCacheX>;
DeviceListCacheX   58 ui/events/x/device_list_cache_x.h   DeviceListCacheX();
DeviceListCacheX   59 ui/events/x/device_list_cache_x.h   ~DeviceListCacheX();
DeviceListCacheX   64 ui/events/x/device_list_cache_x.h   DISALLOW_COPY_AND_ASSIGN(DeviceListCacheX);
DeviceListCacheX  234 ui/events/x/events_x.cc   DeviceListCacheX::GetInstance()->UpdateDeviceList(display);
DeviceListCacheX   96 ui/events/x/touch_factory_x11.cc       DeviceListCacheX::GetInstance()->GetXDeviceList(display);
DeviceListCacheX  124 ui/events/x/touch_factory_x11.cc       DeviceListCacheX::GetInstance()->GetXI2DeviceList(display);