/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.cc | 35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local 39 if (window_title && window_id && window_layer) { in GetWindowList() 47 CFNumberGetValue(window_id, kCFNumberIntType, &id); in GetWindowList()
|
D | full_screen_chrome_window_detector.cc | 168 CGWindowID window_id; in FindFullScreenWindowWithSamePidAndTitle() local 169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id); in FindFullScreenWindowWithSamePidAndTitle() 171 full_screen_window = window_id; in FindFullScreenWindowWithSamePidAndTitle()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_mac.mm | 34 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) {
|
D | window_capturer_mac.mm | 98 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( 102 if (window_title && window_id && window_layer) { 110 CFNumberGetValue(window_id, kCFNumberIntType, &id);
|
/external/webrtc/webrtc/base/ |
D | macwindowpicker.cc | 232 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local 236 if (window_title != NULL && window_id != NULL && window_layer != NULL) { in GetWindowList() 240 CFNumberGetValue(window_id, kCFNumberIntType, &id_val); in GetWindowList()
|
/external/autotest/server/cros/multimedia/ |
D | display_facade_adapter.py | 87 def update_window(self, window_id, state=None, bounds=None): argument 96 self._display_proxy.update_window(window_id, state, bounds)
|
/external/autotest/client/cros/multimedia/ |
D | display_facade_adapter.py | 72 def update_window(self, window_id, state=None, bounds=None): argument 81 self._display_component.update_window(window_id, state, bounds)
|
D | display_facade_native.py | 124 def update_window(self, window_id, state=None, bounds=None): argument 149 logging.info('Nothing to update for window_id={}'.format(window_id)) 158 """ % (window_id, json.dumps(params))
|
/external/kernel-headers/original/uapi/linux/ |
D | aspeed-lpc-ctrl.h | 47 __u8 window_id; member
|
/external/webrtc/talk/media/devices/ |
D | fakedevicemanager.h | 119 const rtc::WindowId window_id = in GetWindows() local 122 rtc::WindowDescription window_description(window_id, title); in GetWindows()
|
/external/ImageMagick/MagickWand/ |
D | display.c | 531 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand() 658 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand() 1510 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in DisplayImageCommand() 1830 resource_info.window_id=(char *) NULL; in DisplayImageCommand() 1836 resource_info.window_id=argv[i]; in DisplayImageCommand()
|
D | animate.c | 1162 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in AnimateImageCommand() 1395 resource_info.window_id=(char *) NULL; in AnimateImageCommand() 1401 resource_info.window_id=argv[i]; in AnimateImageCommand() 1424 if (resource_info.window_id != (char *) NULL) in AnimateImageCommand()
|
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 319 *window_id, member
|
D | animate.c | 805 if (LocaleCompare(resources.window_id,"root") == 0) in XAnimateBackgroundImage() 809 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XAnimateBackgroundImage() 811 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XAnimateBackgroundImage() 814 XWindowByName(display,root_window,resources.window_id); in XAnimateBackgroundImage() 819 resources.window_id); in XAnimateBackgroundImage()
|
D | display.c | 2795 window_id[MagickPathExtent] = "root"; in XBackgroundImage() local 2804 "Enter window id (id 0x00 selects window with pointer):",window_id); in XBackgroundImage() 2805 if (*window_id == '\0') in XBackgroundImage() 2813 background_resources.window_id=window_id; in XBackgroundImage() 13677 background_resources.window_id=AcquireString(""); in XVisualDirectoryImage() 13678 (void) FormatLocaleString(background_resources.window_id,MagickPathExtent, in XVisualDirectoryImage() 13845 if (LocaleCompare(resources.window_id,"root") == 0) in XDisplayBackgroundImage() 13849 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XDisplayBackgroundImage() 13851 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XDisplayBackgroundImage() 13853 window_info.id=XWindowByName(display,root_window,resources.window_id); in XDisplayBackgroundImage() [all …]
|
D | xwindow.c | 3613 resource_info->window_id=XGetResourceClass(database,client_name,"window", in XGetResourceInfo()
|