Home
last modified time | relevance | path

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

/external/chromium_org/chrome/tools/build/win/
Dresedit.py145 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/
Drpng-x.c123 static char *res_name = RESNAME; variable
585 class_hints->res_name = res_name; in rpng_x_create_window()
Drpng2-x.c183 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/
Djid.cc201 Jid::set_resource(const std::string & res_name) {
202 data_->resource_name_ = res_name;
/external/chromium_org/third_party/libjingle/source/talk/base/
Dlinuxwindowpicker.cc780 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/
Dx11_util.h208 const std::string& res_name,
Dx11_util.cc943 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/
DSDL_x11video.c422 classhints->res_name = classname; in create_aux_windows()