Home
last modified time | relevance | path

Searched refs:res_class (Results 1 – 6 of 6) 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.c184 static char *res_class = RESCLASS; variable
965 class_hints->res_class = res_class; in rpng2_x_create_window()
/external/chromium_org/ui/base/x/
Dx11_util.h209 const std::string& res_class);
Dx11_util.cc944 const std::string& res_class) { in SetWindowClassHint() argument
950 class_hints.res_class = const_cast<char*>(res_class.c_str()); in SetWindowClassHint()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dlinuxwindowpicker.cc785 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()