Searched defs:res_name (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng-x.c123 static char *res_name = RESNAME; variable
585 class_hints->res_name = res_name;
H A Drpng2-x.c184 static char *res_name = RESNAME; variable
944 class_hints->res_name = res_name;
/external/chromium_org/ui/base/x/
H A Dx11_util.cc994 const std::string& res_name,
998 // Just to be safe, the res_name and res_class parameters are local copies,
1000 class_hints.res_name = const_cast<char*>(res_name.c_str());
992 SetWindowClassHint(XDisplay* display, XID window, const std::string& res_name, const std::string& res_class) argument

Completed in 279 milliseconds