Searched refs:window_id (Results 1 - 12 of 12) 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/webrtc/modules/desktop_capture/
H A 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) {
H A 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/
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/webrtc/talk/media/devices/
H A Dfakedevicemanager.h119 const rtc::WindowId window_id = local
122 rtc::WindowDescription window_description(window_id, title);
/external/ImageMagick/MagickWand/
H A Danimate.c1161 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0)
1394 resource_info.window_id=(char *) NULL;
1400 resource_info.window_id=argv[i];
1423 if (resource_info.window_id != (char *) NULL)
H A Ddisplay.c528 if (resource_info.window_id != (char *) NULL)
655 if (resource_info.window_id != (char *) NULL)
1500 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0)
1820 resource_info.window_id=(char *) NULL;
1826 resource_info.window_id=argv[i];
/external/ImageMagick/MagickCore/
H A Dxwindow-private.h316 *window_id, member in struct:_XResourceInfo
H A Danimate.c810 if (LocaleCompare(resources.window_id,"root") == 0)
814 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0)
816 (Window) strtol((char *) resources.window_id,(char **) NULL,0));
819 XWindowByName(display,root_window,resources.window_id);
824 resources.window_id);
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...]
H A Dxwindow.c3657 resource_info->window_id=XGetResourceClass(database,client_name,"window",

Completed in 356 milliseconds