Searched defs:window_id (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
H A D | 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);
|
H A D | 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/ |
H A D | fakedevicemanager.h | 119 const rtc::WindowId window_id = local 122 rtc::WindowDescription window_description(window_id, title);
|
/external/webrtc/webrtc/base/ |
H A D | 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/ |
H A D | xwindow-private.h | 316 *window_id, member in struct:_XResourceInfo
|
H A D | display.c | 2807 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