Searched defs:DeviceListCacheX (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.cc27 DeviceListCacheX::DeviceListCacheX() { function in class:ui::DeviceListCacheX
30 DeviceListCacheX::~DeviceListCacheX() {
43 DeviceListCacheX* DeviceListCacheX::GetInstance() {
44 return Singleton<DeviceListCacheX>::get();
47 void DeviceListCacheX::UpdateDeviceList(Display* display) {
60 const XDeviceList& DeviceListCacheX::GetXDeviceList(Display* display) {
68 const XIDeviceList& DeviceListCacheX
[all...]
H A Ddevice_list_cache_x.h40 class EVENTS_BASE_EXPORT DeviceListCacheX { class in namespace:ui
42 static DeviceListCacheX* GetInstance();
57 friend struct DefaultSingletonTraits<DeviceListCacheX>;
59 DeviceListCacheX();
60 ~DeviceListCacheX();
65 DISALLOW_COPY_AND_ASSIGN(DeviceListCacheX);

Completed in 304 milliseconds