HomeSort by relevance Sort by last modified time
    Searched defs:window_id (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/mac/
window_list_utils.cc 35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
39 if (window_title && window_id && window_layer) {
47 CFNumberGetValue(window_id, kCFNumberIntType, &id);
full_screen_chrome_window_detector.cc 168 CGWindowID window_id; local
169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id);
171 full_screen_window = window_id;
  /external/webrtc/talk/media/devices/
fakedevicemanager.h 119 const rtc::WindowId window_id = local
122 rtc::WindowDescription window_description(window_id, title);
  /external/webrtc/webrtc/base/
macwindowpicker.cc 232 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
236 if (window_title != NULL && window_id != NULL && window_layer != NULL) {
240 CFNumberGetValue(window_id, kCFNumberIntType, &id_val);
  /external/ImageMagick/MagickCore/
xwindow-private.h 316 *window_id, member in struct:_XResourceInfo
display.c 2795 window_id[MagickPathExtent] = "root"; local
    [all...]

Completed in 258 milliseconds