Searched refs:window_id (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.cc | 35 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()
|
D | full_screen_chrome_window_detector.cc | 168 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/ |
D | mouse_cursor_monitor_mac.mm | 34 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) {
|
D | window_capturer_mac.mm | 98 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( 102 if (window_title && window_id && window_layer) { 110 CFNumberGetValue(window_id, kCFNumberIntType, &id);
|
/external/webrtc/webrtc/base/ |
D | macwindowpicker.cc | 232 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/ |
D | fakedevicemanager.h | 119 const rtc::WindowId window_id = in GetWindows() local 122 rtc::WindowDescription window_description(window_id, title); in GetWindows()
|