HomeSort by relevance Sort by last modified time
    Searched refs:IsXInput2Available (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/events/x/
device_list_cache_x.cc 17 return ui::DeviceDataManager::GetInstance()->IsXInput2Available();
touch_factory_x11.cc 34 if (!DeviceDataManager::GetInstance()->IsXInput2Available())
105 if (!DeviceDataManager::GetInstance()->IsXInput2Available())
device_data_manager.h 114 bool IsXInput2Available() const;
device_data_manager.cc 176 bool DeviceDataManager::IsXInput2Available() const {
209 if (!IsXInput2Available())
  /external/chromium_org/ui/base/x/
x11_util.h 56 UI_EXPORT bool IsXInput2Available();
x11_util.cc 279 bool IsXInput2Available() {
280 return DeviceDataManager::GetInstance()->IsXInput2Available();
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 88 CHECK(ui::IsXInput2Available());
349 if (ui::IsXInput2Available()) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 978 if (ui::IsXInput2Available())
    [all...]

Completed in 236 milliseconds