Home
last modified time | relevance | path

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

/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
503 status=XStringListToTextProperty(&windows->image.name,1,&window_name); in XMagickCommand()
506 XSetWMName(display,windows->image.id,&window_name); in XMagickCommand()
507 (void) XFree((void *) window_name.value); in XMagickCommand()
1390 window_name; in XAnimateImages() local
1981 status=XStringListToTextProperty(&windows->image.name,1,&window_name); in XAnimateImages()
1984 XSetWMName(display,windows->image.id,&window_name); in XAnimateImages()
1985 (void) XFree((void *) window_name.value); in XAnimateImages()
2111 &window_name); in XAnimateImages()
2114 XSetWMName(display,windows->image.id,&window_name); in XAnimateImages()
[all …]
Dxwindow.c4891 window_name; in XImportImage() local
5081 status=XGetWMName(display,target,&window_name); in XImportImage()
5085 (void) CopyMagickString(image->filename,(char *) window_name.value, in XImportImage()
5086 (size_t) window_name.nitems+1); in XImportImage()
5087 (void) XFree((void *) window_name.value); in XImportImage()
7161 window_name; in XMakeMagnifyImage() local
7171 status=XStringListToTextProperty(&windows->magnify.name,1,&window_name); in XMakeMagnifyImage()
7174 XSetWMName(display,windows->magnify.id,&window_name); in XMakeMagnifyImage()
7175 XSetWMIconName(display,windows->magnify.id,&window_name); in XMakeMagnifyImage()
7176 (void) XFree((void *) window_name.value); in XMakeMagnifyImage()
[all …]
/external/opencv/cxcore/include/
Dcxcore.hpp125 void show( const char* window_name );
308 void show( const char* window_name );
/external/libpng/contrib/gregbook/
Drpng-x.c122 static char titlebar[1024], *window_name = titlebar; variable
569 if (!XStringListToTextProperty(&window_name, 1, pWindowName)) in rpng_x_create_window()
Drpng2-x.c196 static char titlebar[1024], *window_name = titlebar; variable
945 if (!XStringListToTextProperty(&window_name, 1, pWindowName)) in rpng2_x_create_window()