Home
last modified time | relevance | path

Searched refs:window_id (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local
39 if (window_title && window_id && window_layer) { in GetWindowList()
47 CFNumberGetValue(window_id, kCFNumberIntType, &id); in GetWindowList()
Dfull_screen_chrome_window_detector.cc168 CGWindowID window_id; in FindFullScreenWindowWithSamePidAndTitle() local
169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id); in FindFullScreenWindowWithSamePidAndTitle()
171 full_screen_window = window_id; in FindFullScreenWindowWithSamePidAndTitle()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm34 CGWindowID window_id,
62 CGWindowID window_id,
65 window_id_(window_id),
71 assert(window_id == kCGNullWindowID || screen_id == kInvalidScreenId);
172 CGWindowID window_id;
173 if (!CFNumberGetValue(window_number, kCFNumberIntType, &window_id))
176 if (window_id == on_screen_window) {
Dwindow_capturer_mac.mm98 CFNumberRef window_id = reinterpret_cast<CFNumberRef>(
102 if (window_title && window_id && window_layer) {
110 CFNumberGetValue(window_id, kCFNumberIntType, &id);
/external/webrtc/webrtc/base/
Dmacwindowpicker.cc232 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local
236 if (window_title != NULL && window_id != NULL && window_layer != NULL) { in GetWindowList()
240 CFNumberGetValue(window_id, kCFNumberIntType, &id_val); in GetWindowList()
/external/webrtc/talk/media/devices/
Dfakedevicemanager.h119 const rtc::WindowId window_id = in GetWindows() local
122 rtc::WindowDescription window_description(window_id, title); in GetWindows()