Home
last modified time | relevance | path

Searched defs:WindowId (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture_types.h25 typedef intptr_t WindowId; typedef
Dwindow_capturer.h28 typedef webrtc::WindowId WindowId; typedef
/external/webrtc/webrtc/base/
Dwindow.h59 WindowId() : id_(0) {} in WindowId() function
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT in WindowId() function