HomeSort by relevance Sort by last modified time
    Searched full:selected_window (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 26 TopWindowVerifierContext(HWND selected_window, HWND excluded_window)
27 : selected_window(selected_window),
32 HWND selected_window; member in struct:webrtc::__anon27069::TopWindowVerifierContext
45 if (hwnd == context->selected_window) {
63 if (GetAncestor(hwnd, GA_ROOTOWNER) == context->selected_window) {
76 GetWindowThreadProcessId(context->selected_window,
131 HWND selected = reinterpret_cast<HWND>(selected_window());
196 HWND hwnd = reinterpret_cast<HWND>(selected_window());
cropping_window_capturer.h 59 WindowId selected_window() const { return selected_window_; } function in class:webrtc::CroppingWindowCapturer

Completed in 77 milliseconds