Home
last modified time | relevance | path

Searched refs:res_name (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc389 if (strcmp("gnome-panel", class_hint.res_name) == 0 || in IsDesktopElement()
390 strcmp("desktop_window", class_hint.res_name) == 0) { in IsDesktopElement()
393 XFree(class_hint.res_name); in IsDesktopElement()
/external/libpng/contrib/gregbook/
Drpng-x.c125 static char *res_name = RESNAME; variable
591 class_hints->res_name = res_name; in rpng_x_create_window()
Drpng2-x.c199 static char *res_name = RESNAME; variable
968 class_hints->res_name = res_name; in rpng2_x_create_window()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc759 if (gnome_panel.compare(class_hint.res_name) == 0 || in IsDesktopElement()
760 desktop_window.compare(class_hint.res_name) == 0) { in IsDesktopElement()
763 XFree(class_hint.res_name); in IsDesktopElement()
/external/ImageMagick/MagickCore/
Dxwindow.c395 if (windows->class_hints->res_name != (char *) NULL) in DestroyXResources()
396 windows->class_hints->res_name=DestroyString( in DestroyXResources()
397 windows->class_hints->res_name); in DestroyXResources()
Danimate.c1568 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XAnimateImages()
Ddisplay.c14623 (void) CloneString(&class_hints->res_name,resource_info->client_name); in XDisplayImage()