Home
last modified time | relevance | path

Searched refs:image_id (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Ddefault_user_images.cc45 int* image_id) { in IsDefaultImageString() argument
46 DCHECK(image_id); in IsDefaultImageString()
56 *image_id = image_index; in IsDefaultImageString()
68 bool IsDefaultImagePath(const std::string& path, int* image_id) { in IsDefaultImagePath() argument
69 if (IsDefaultImageString(path, kDefaultPathPrefix, image_id)) in IsDefaultImagePath()
75 *image_id = static_cast<int>(i); in IsDefaultImagePath()
88 bool IsDefaultImageUrl(const std::string url, int* image_id) { in IsDefaultImageUrl() argument
90 *image_id = 0; in IsDefaultImageUrl()
93 return IsDefaultImageString(url, kDefaultUrlPrefix, image_id); in IsDefaultImageUrl()
Ddefault_user_images.h20 bool IsDefaultImagePath(const std::string& path, int* image_id);
27 bool IsDefaultImageUrl(const std::string url, int* image_id);
Duser_manager.cc502 int image_id = kDefaultImagesCount; in GetUserDefaultImageIndex() local
503 if (!IsDefaultImagePath(image_path, &image_id)) in GetUserDefaultImageIndex()
505 return image_id; in GetUserDefaultImageIndex()
/external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
DSDL_sysloadso.c38 image_id library_id = load_add_on(sofile); in SDL_LoadObject()
51 image_id library_id = (image_id) handle; in SDL_LoadFunction()
62 image_id library_id; in SDL_UnloadObject()
64 library_id = (image_id) handle; in SDL_UnloadObject()
/external/bluetooth/glib/gmodule/
Dgmodule-beos.c66 image_id handle; in _g_module_open()
114 if (unload_add_on ((image_id) handle) != B_OK) in _g_module_close()
119 if (get_image_info ((image_id) handle, &info) != B_OK) in _g_module_close()
135 image_id id; in _g_module_symbol()
143 id = (image_id) handle; in _g_module_symbol()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dstar_decoration.mm34 const int image_id = starred ? IDR_STAR_LIT : IDR_STAR;
36 SetImage(AutocompleteEditViewMac::ImageForResource(image_id));
/external/libxml2/
Dxmlmodule.c362 rc = unload_add_on((image_id) handle); in xmlModulePlatformClose()
381 rc = get_image_symbol((image_id) handle, name, B_SYMBOL_TYPE_ANY, symbol); in xmlModulePlatformSymbol()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc640 if (get_image_symbol((image_id)cookie,"glBegin",B_SYMBOL_TYPE_ANY,&location) == B_OK) { in BE_GL_LoadLibrary()
690 …if ((err = get_image_symbol((image_id)_this->gl_config.dll_handle, proc, B_SYMBOL_TYPE_ANY, &locat… in BE_GL_GetProcAddress()
823 unload_add_on((image_id)_this->gl_config.dll_handle); in BE_VideoQuit()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc101 views::Painter* CreatePainter(int image_id) { in CreatePainter() argument
103 ResourceBundle::GetSharedInstance().GetBitmapNamed(image_id); in CreatePainter()
/external/oprofile/libpp/
Dcallgraph_container.cpp531 image_name_id image_id = image_names.create(image_name); in add() local
535 call_data caller(pc, profile, caller_bfd, caller_offset, image_id, in add()