Searched refs:DesktopT (Results 1 – 1 of 1) sorted by relevance
75 typedef Window DesktopT; typedef77 typedef HMONITOR DesktopT;79 typedef CGDirectDisplayID DesktopT;81 typedef unsigned int DesktopT;86 return DesktopId(reinterpret_cast<DesktopId::DesktopT>(id), index); in Cast()88 return DesktopId(static_cast<DesktopId::DesktopT>(id), index); in Cast()93 DesktopId(const DesktopT& id, int index) // NOLINT in DesktopId()96 const DesktopT& id() const { return id_; } in id()105 DesktopT id_;