Home
last modified time | relevance | path

Searched refs:window_name (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py122 for window_name in results:
123 if window_name.startswith('SurfaceView'):
124 return window_name
163 window_name = self._GetSurfaceViewWindowName()
167 if window_name:
168 command.append(window_name)
176 if not window_name:
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc401 XTextProperty window_name; in GetWindowTitle() local
402 window_name.value = NULL; in GetWindowTitle()
404 status = XGetWMName(display(), window, &window_name); in GetWindowTitle()
405 if (status && window_name.value && window_name.nitems) { in GetWindowTitle()
408 status = Xutf8TextPropertyToTextList(display(), &window_name, &list, in GetWindowTitle()
421 if (window_name.value) in GetWindowTitle()
422 XFree(window_name.value); in GetWindowTitle()
Dmouse_cursor_monitor_mac.mm150 CFStringRef window_name = reinterpret_cast<CFStringRef>(
152 if (window_name && CFStringCompare(window_name, CFSTR("Dock"), 0) == 0)
/external/webrtc/webrtc/base/
Dx11windowpicker.cc642 XTextProperty window_name; in GetWindowTitle() local
643 window_name.value = NULL; in GetWindowTitle()
645 status = XGetWMName(display_, window, &window_name); in GetWindowTitle()
646 if (status && window_name.value && window_name.nitems) { in GetWindowTitle()
649 status = Xutf8TextPropertyToTextList(display_, &window_name, &list, in GetWindowTitle()
663 if (window_name.value != NULL) { in GetWindowTitle()
664 XFree(window_name.value); in GetWindowTitle()
Dmacwindowpicker.cc137 std::string window_name; in MoveToFront() local
138 ToUtf8(window_name_ref, &window_name); in MoveToFront()
149 << window_name in MoveToFront()
/external/ImageMagick/MagickCore/
Dwidget.c1659 window_name; in XColorBrowserWidget() local
1751 status=XStringListToTextProperty(&windows->widget.name,1,&window_name); in XColorBrowserWidget()
1754 XSetWMName(display,windows->widget.id,&window_name); in XColorBrowserWidget()
1755 XSetWMIconName(display,windows->widget.id,&window_name); in XColorBrowserWidget()
1756 (void) XFree((void *) window_name.value); in XColorBrowserWidget()
2924 window_name; in XCommandWidget() local
2958 &window_name); in XCommandWidget()
2961 XSetWMName(display,windows->command.id,&window_name); in XCommandWidget()
2962 XSetWMIconName(display,windows->command.id,&window_name); in XCommandWidget()
2963 (void) XFree((void *) window_name.value); in XCommandWidget()
[all …]
Danimate.c384 window_name; in XMagickCommand() local
506 status=XStringListToTextProperty(&windows->image.name,1,&window_name); in XMagickCommand()
509 XSetWMName(display,windows->image.id,&window_name); in XMagickCommand()
510 (void) XFree((void *) window_name.value); in XMagickCommand()
1398 window_name; in XAnimateImages() local
1990 status=XStringListToTextProperty(&windows->image.name,1,&window_name); in XAnimateImages()
1993 XSetWMName(display,windows->image.id,&window_name); in XAnimateImages()
1994 (void) XFree((void *) window_name.value); in XAnimateImages()
2120 &window_name); in XAnimateImages()
2123 XSetWMName(display,windows->image.id,&window_name); in XAnimateImages()
[all …]
Dxwindow.c4879 window_name; in XImportImage() local
5069 status=XGetWMName(display,target,&window_name); in XImportImage()
5073 (void) CopyMagickString(image->filename,(char *) window_name.value, in XImportImage()
5074 (size_t) window_name.nitems+1); in XImportImage()
5075 (void) XFree((void *) window_name.value); in XImportImage()
7159 window_name; in XMakeMagnifyImage() local
7169 status=XStringListToTextProperty(&windows->magnify.name,1,&window_name); in XMakeMagnifyImage()
7172 XSetWMName(display,windows->magnify.id,&window_name); in XMakeMagnifyImage()
7173 XSetWMIconName(display,windows->magnify.id,&window_name); in XMakeMagnifyImage()
7174 (void) XFree((void *) window_name.value); in XMakeMagnifyImage()
[all …]
/external/libpng/contrib/gregbook/
Drpng-x.c123 static char titlebar[1024], *window_name = titlebar; variable
570 if (!XStringListToTextProperty(&window_name, 1, pWindowName)) in rpng_x_create_window()
Drpng2-x.c198 static char titlebar[1024], *window_name = titlebar; variable
954 if (!XStringListToTextProperty(&window_name, 1, pWindowName)) in rpng2_x_create_window()