Searched refs:AddImage (Results 1 - 11 of 11) sorted by relevance

/haiku/src/bin/debug/profile/
H A DTeam.h37 status_t AddImage(SharedImage* sharedImage,
H A DTeam.cpp134 status_t error = thread->AddImage(fImages.ItemAt(i));
220 Team::AddImage(SharedImage* sharedImage, const image_info& imageInfo, function in class:Team
239 thread->AddImage(image);
H A DThread.h62 status_t AddImage(Image* image);
H A Dprofile.cpp243 status_t AddImage(team_id teamID, const image_info& imageInfo, int32 event) function in class:ThreadManager
255 fTeams.ItemAt(i)->AddImage(sharedImage, imageInfo, teamID,
262 return team->AddImage(sharedImage, imageInfo, teamID, event);
365 team->AddImage(sharedImage, sharedImage->Info(), B_SYSTEM_TEAM, 0);
384 error = team->AddImage(sharedImage, imageInfo, teamID, 0);
604 threadManager.AddImage(event->team, event->info, 0);
966 threadManager.AddImage(message.origin.team,
H A DThread.cpp140 Thread::AddImage(Image* image) function in class:Thread
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h115 int32 AddImage(BPath path);
H A DBackgroundImage.cpp126 imageIndex = view->AddImage(bpath);
H A DBackgroundsView.cpp1011 int32 index = AddImage(path);
1096 BackgroundsView::AddImage(BPath path) function in class:BackgroundsView
/haiku/headers/private/debugger/model/
H A DTeam.h137 status_t AddImage(const ImageInfo& imageInfo,
/haiku/src/kits/debugger/model/
H A DTeam.cpp201 Team::AddImage(const ImageInfo& imageInfo, LocatableFile* imageFile, function in class:Team
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2416 status_t error = fTeam->AddImage(imageInfo, file, &image);

Completed in 71 milliseconds