Searched defs:WindowId (Results 1 – 3 of 3) sorted by relevance
25 typedef intptr_t WindowId; typedef
28 typedef webrtc::WindowId WindowId; typedef
59 WindowId() : id_(0) {} in WindowId() function60 WindowId(const WindowT& id) : id_(id) {} // NOLINT in WindowId() function