Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c124 static char *res_class = RESCLASS; variable
586 class_hints->res_class = res_class; in rpng_x_create_window()
Drpng2-x.c185 static char *res_class = RESCLASS; variable
945 class_hints->res_class = res_class; in rpng2_x_create_window()
/external/chromium_org/ui/base/x/
Dx11_util.h193 const std::string& res_class);
Dx11_util.cc995 const std::string& res_class) { in SetWindowClassHint() argument
1001 class_hints.res_class = const_cast<char*>(res_class.c_str()); in SetWindowClassHint()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc394 XFree(class_hint.res_class); in IsDesktopElement()
/external/chromium_org/third_party/webrtc/base/
Dx11windowpicker.cc768 XFree(class_hint.res_class); in IsDesktopElement()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c423 classhints->res_class = classname; in create_aux_windows()