Searched refs:WindowT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h32 // Define WindowT for each platform.
34 typedef Window WindowT; typedef in class:rtc::WindowId
36 typedef HWND WindowT;
38 typedef CGWindowID WindowT;
40 typedef unsigned int WindowT;
45 return WindowId(reinterpret_cast<WindowId::WindowT>(id));
47 return WindowId(static_cast<WindowId::WindowT>(id));
51 static uint64 Format(const WindowT& id) {
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT
61 const WindowT
[all...]

Completed in 197 milliseconds