Home
last modified time | relevance | path

Searched refs:bounds_ref (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc57 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen() local
61 if (bounds_ref && in IsWindowFullScreen()
62 CGRectMakeWithDictionaryRepresentation(bounds_ref, &bounds)) { in IsWindowFullScreen()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm149 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>(
151 CGRectMakeWithDictionaryRepresentation(bounds_ref, &rect);