Searched defs:WindowId (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_capture_types.h25 typedef intptr_t WindowId; typedef in namespace:webrtc
27 const WindowId kNullWindowId = 0;
H A Dwindow_capturer.h28 typedef webrtc::WindowId WindowId; typedef in class:webrtc::WindowCapturer
31 WindowId id;
51 virtual bool SelectWindow(WindowId id) = 0;
/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h30 class WindowId { class in namespace:rtc
43 static WindowId Cast(uint64 id) {
45 return WindowId(reinterpret_cast<WindowId::WindowT>(id));
47 return WindowId(static_cast<WindowId::WindowT>(id));
59 WindowId() : id_(0) {} function in class:rtc::WindowId
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT function in class:rtc::WindowId
63 bool Equals(const WindowId& other) const {
119 inline std::string ToString(const WindowId
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 144 milliseconds