Searched refs:res_name (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/tools/build/win/ |
D | resedit.py | 145 for res_name in win32api.EnumResourceNames(self.module, res_type): 146 res_name_str = _ResIdToString(res_name) 150 res_type, res_name): 161 self.ExtractResource(res_type, res_lang, res_name, dest_file) 163 def ExtractResource(self, res_type, res_lang, res_name, dest_file): argument 174 'to file "%s".', res_type, res_lang, res_name, dest_file) 176 data = win32api.LoadResource(self.module, res_type, res_name, res_lang) 180 def RemoveResource(self, res_type, res_lang, res_name): argument 188 _LOGGER.info('Removing resource "%s:%s".', res_type, res_name) 192 res_name, [all …]
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 123 static char *res_name = RESNAME; variable 585 class_hints->res_name = res_name; in rpng_x_create_window()
|
D | rpng2-x.c | 183 static char *res_name = RESNAME; variable 964 class_hints->res_name = res_name; in rpng2_x_create_window()
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | jid.cc | 201 Jid::set_resource(const std::string & res_name) { 202 data_->resource_name_ = res_name;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | linuxwindowpicker.cc | 780 if (gnome_panel.compare(class_hint.res_name) == 0 || in IsDesktopElement() 781 desktop_window.compare(class_hint.res_name) == 0) { in IsDesktopElement() 784 XFree(class_hint.res_name); in IsDesktopElement()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 208 const std::string& res_name,
|
D | x11_util.cc | 943 const std::string& res_name, in SetWindowClassHint() argument 949 class_hints.res_name = const_cast<char*>(res_name.c_str()); in SetWindowClassHint()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11video.c | 422 classhints->res_name = classname; in create_aux_windows()
|