Searched refs:owner (Results 126 - 150 of 236) sorted by relevance

12345678910

/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp76 PlainTextCatalog::PlainTextCatalog(const entry_ref &owner, const char *language, argument
82 SetSignature(owner);
380 PlainTextCatalog::Instantiate(const entry_ref& owner, const char *language, argument
384 = new(std::nothrow) PlainTextCatalog(owner, language, fingerprint);
394 instantiate_catalog(const entry_ref& owner, const char *language, argument
398 = new(std::nothrow) PlainTextCatalog(owner, language, fingerprint);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h251 DiagramView *owner)
252 { m_view = owner; }
250 _SetOwner( DiagramView *owner) argument
H A DDiagramBox.h89 void _SetOwner(DiagramView *owner);
/haiku/src/kits/interface/
H A DListItem.cpp148 BListItem::Update(BView* owner, const BFont* font) argument
153 SetWidth(owner->Bounds().Width());
H A DToolTipManager.cpp307 ToolTipWindow::ToolTipWindow(BToolTip* tip, BPoint where, void* owner) argument
313 fOwner(owner)
346 reply.AddPointer("owner", fOwner);
388 BToolTipManager::ShowTip(BToolTip* tip, BPoint where, void* owner) argument
395 reply.FindPointer("owner", &currentOwner);
402 if (current == tip || currentOwner == owner) {
410 BWindow* window = new BPrivate::ToolTipWindow(tip, where, owner);
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h103 virtual void DrawItem(BView* owner,
105 virtual void Update(BView* owner, const BFont* font);
/haiku/src/build/libroot/
H A Dremapped_functions.h37 int _haiku_build_fchown(int fd, uid_t owner, gid_t group);
38 int _haiku_build_fchownat(int fd, const char* path, uid_t owner,
H A Dfunction_remapper.cpp178 fchown(int fd, uid_t owner, gid_t group) argument
182 return _haiku_build_fchown(fd, owner, group);
187 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) argument
191 return _haiku_build_fchownat(fd, path, owner, group, flag);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp23 TaskTimer::TaskTimer(const BMessenger& target, Task* owner) argument
32 fOwner(owner)
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp24 FileListener(HTTPMediaIO* owner) argument
28 fAdapterIO(owner),
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp63 if (mutex->owner != find_thread(NULL)) {
64 // calling thread isn't mutex owner
80 mutex->owner = -1;
/haiku/headers/private/kernel/
H A Dsem.h33 extern sem_id create_sem_etc(int32 count, const char *name, team_id owner);
/haiku/src/bin/debug/profile/
H A DImage.h14 const image_info& info, team_id owner,
H A DSharedImage.h53 status_t Init(team_id owner, image_id imageID);
H A DTeam.h38 const image_info& imageInfo, team_id owner,
/haiku/src/preferences/filetypes/
H A DAttributeListView.h23 virtual void DrawItem(BView* owner, BRect itemRect,
/haiku/headers/os/app/
H A DMessageFilter.h74 void SetLooper(BLooper* owner);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h75 void _CacheViewFont(BView* owner);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp19 BHandler *owner)
20 : Editor(frame, data, owner)
62 Editor::Editor(const BRect &frame, ResourceData *data, BHandler *owner) argument
65 fOwner(owner)
18 StringEditor(const BRect &frame, ResourceData *data, BHandler *owner) argument
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h28 TeamMemoryBlockOwner* owner);
/haiku/headers/private/shared/
H A DCalendarView.h50 virtual void DrawDay(BView* owner, BRect frame,
54 virtual void DrawDayName(BView* owner, BRect frame,
56 virtual void DrawWeekNumber(BView* owner, BRect frame,
165 void _DrawItem(BView* owner, BRect frame,
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp331 PlainTextCatalog::Instantiate(const entry_ref &owner, const char *language, argument
335 = new(std::nothrow) PlainTextCatalog(owner, language, fingerprint);
348 instantiate_catalog(const entry_ref &owner, const char *language, argument
351 return PlainTextCatalog::Instantiate(owner, language, fingerprint);
/haiku/src/apps/installer/
H A DWorkerThread.h22 WorkerThread(const BMessenger& owner);
/haiku/src/servers/app/
H A DServerPicture.h45 bool SetOwner(ServerApp* owner);
/haiku/src/servers/launch/
H A DEvents.h42 virtual void SetOwner(BaseJob* owner);

Completed in 119 milliseconds

12345678910