Home | History | Annotate | Download | only in base

Lines Matching defs:WindowId

46 class WindowId {
59 static WindowId Cast(uint64 id) {
61 return WindowId(reinterpret_cast<WindowId::WindowT>(id));
63 return WindowId(static_cast<WindowId::WindowT>(id));
75 WindowId() : id_(0) {}
76 WindowId(const WindowT& id) : id_(id) {} // NOLINT
79 bool Equals(const WindowId& other) const {
135 inline std::string ToString(const WindowId& window) {