Searched defs:window_id (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
39 if (window_title && window_id && window_layer) {
47 CFNumberGetValue(window_id, kCFNumberIntType, &id);
H A Dfull_screen_chrome_window_detector.cc168 CGWindowID window_id; local
169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id);
171 full_screen_window = window_id;
/external/webrtc/talk/media/devices/
H A Dfakedevicemanager.h119 const rtc::WindowId window_id = local
122 rtc::WindowDescription window_description(window_id, title);
/external/webrtc/webrtc/base/
H A Dmacwindowpicker.cc232 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/
H A Dxwindow-private.h316 *window_id, member in struct:_XResourceInfo
H A Ddisplay.c2807 window_id[MagickPathExtent] = "root";
2816 "Enter window id (id 0x00 selects window with pointer):",window_id);
2817 if (*window_id == '\0')
2825 background_resources.window_id=window_id;
13710 background_resources.window_id=AcquireString("");
13711 (void) FormatLocaleString(background_resources.window_id,MagickPathExtent,
13879 if (LocaleCompare(resources.window_id,"root") == 0)
13883 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0)
13885 (Window) strtol((char *) resources.window_id,(cha
2795 window_id[MagickPathExtent] = "root"; local
[all...]

Completed in 514 milliseconds