Home
last modified time | relevance | path

Searched refs:slate_power_profile (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/win/
Dwin_util.cc241 bool slate_power_profile = false; in IsTabletDevice() local
243 slate_power_profile = (role == PlatformRoleSlate); in IsTabletDevice()
245 if (mobile_power_profile || slate_power_profile) in IsTabletDevice()