Searched refs:owner (Results 1 - 25 of 236) sorted by path

12345678910

/haiku/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku/headers/build/os/storage/
H A DStatable.h30 status_t GetOwner(uid_t *owner) const;
31 status_t SetOwner(uid_t 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/headers/os/app/
H A DMessageFilter.h74 void SetLooper(BLooper* owner);
/haiku/headers/os/interface/
H A DLayout.h113 void SetOwner(BView* owner);
H A DListItem.h41 virtual void DrawItem(BView* owner, BRect frame,
43 virtual void Update(BView* owner, const BFont* font);
H A DStringItem.h24 virtual void DrawItem(BView* owner, BRect frame,
29 virtual void Update(BView* owner, const BFont* font);
/haiku/headers/os/package/hpkg/
H A DBlockBufferPool.h34 PoolBuffer** owner = NULL,
36 virtual void PutBufferAndCache(PoolBuffer** owner);
37 virtual void PutBuffer(PoolBuffer** owner);
H A DBufferPool.h28 PoolBuffer** owner = NULL,
30 virtual void PutBufferAndCache(PoolBuffer** owner) = 0;
31 // caller is buffer owner and wants the
33 virtual void PutBuffer(PoolBuffer** owner) = 0;
34 // puts the buffer for good, owner might
/haiku/headers/os/storage/
H A DStatable.h39 status_t GetOwner(uid_t* owner) const;
40 status_t SetOwner(uid_t owner);
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h13 LocatableDirectory(LocatableEntryOwner* owner,
H A DLocatableEntry.h40 LocatableEntry(LocatableEntryOwner* owner,
H A DLocatableFile.h18 LocatableFile(LocatableEntryOwner* owner,
H A DSourceFile.h26 SourceFile(SourceFileOwner* owner);
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h28 TeamMemoryBlockOwner* owner);
/haiku/headers/private/interface/
H A DToolTipManager.h22 void* owner);
H A DToolTipWindow.h18 void* owner);
/haiku/headers/private/kernel/
H A DDPC.h41 FunctionDPCCallback(DPCQueue* owner);
H A Dsem.h33 extern sem_id create_sem_etc(int32 count, const char *name, team_id owner);
/haiku/headers/private/locale/
H A DPlainTextCatalog.h21 PlainTextCatalog(const entry_ref& owner, const char *language,
/haiku/headers/private/media/experimental/
H A DMediaConnection.h79 void _ConnectionRegistered(BMediaClient* owner,
/haiku/headers/private/net/
H A Dnet_stat.h23 team_id owner; member in struct:net_stat
/haiku/headers/private/package/hpkg/
H A DBlockBufferPoolImpl.h37 PoolBuffer** owner = NULL,
39 void PutBufferAndCache(PoolBuffer** owner);
40 void PutBuffer(PoolBuffer** owner);
47 PoolBuffer** owner, bool* _newBuffer);
H A DPoolBuffer.h35 void SetOwner(PoolBuffer** owner) argument
36 { fOwner = owner; }
51 PoolBufferPutter(BBufferPool* pool, PoolBuffer** owner) argument
54 fOwner(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,

Completed in 107 milliseconds

12345678910