Searched refs:SetOwner (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp79 buffer->SetOwner(owner);
94 buffer->SetOwner(owner);
125 buffer->SetOwner(owner);
158 buffer->SetOwner(NULL);
179 buffer->SetOwner(owner);
/haiku/headers/build/os/storage/
H A DStatable.h31 status_t SetOwner(uid_t owner);
/haiku/headers/private/package/hpkg/
H A DPoolBuffer.h35 void SetOwner(PoolBuffer** owner) function in class:BPackageKit::BHPKG::BPrivate::PoolBuffer
/haiku/headers/os/storage/
H A DStatable.h40 status_t SetOwner(uid_t owner);
/haiku/src/servers/app/
H A DServerPicture.h45 bool SetOwner(ServerApp* owner);
H A DServerBitmap.h69 void SetOwner(ServerApp* owner);
H A DServerBitmap.cpp193 ServerBitmap::SetOwner(ServerApp* owner) function in class:ServerBitmap
H A DServerPicture.cpp1148 picture->SetOwner(NULL);
1154 fPushed->SetOwner(NULL);
1159 ServerPicture::SetOwner(ServerApp* owner) function in class:ServerPicture
H A DServerApp.cpp209 fPictureMap.begin()->second->SetOwner(NULL);
422 if (picture != NULL && !picture->SetOwner(this))
937 picture->SetOwner(NULL);
3798 bitmap->SetOwner(this);
/haiku/src/servers/launch/
H A DEvents.h42 virtual void SetOwner(BaseJob* owner);
H A DEvents.cpp45 virtual void SetOwner(BaseJob* owner);
234 Event::SetOwner(BaseJob* owner) function in class:Event
237 fParent->SetOwner(owner);
360 EventContainer::SetOwner(BaseJob* owner) function in class:EventContainer
362 Event::SetOwner(owner);
H A DBaseJob.cpp92 event->SetOwner(this);
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp72 dst.SetOwner(src_stat.st_uid);
/haiku/headers/os/interface/
H A DLayout.h113 void SetOwner(BView* owner);
/haiku/src/build/libbe/storage/
H A DStatable.cpp113 BStatable::SetOwner(uid_t owner) function in class:BStatable
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp207 CPPUNIT_ASSERT( statable->SetOwner(owner) == B_OK );
236 CPPUNIT_ASSERT( statable->SetOwner(owner) != B_OK );
/haiku/src/kits/storage/
H A DStatable.cpp121 BStatable::SetOwner(uid_t owner) function in class:BStatable
H A DCopyEngine.cpp280 destNode->SetOwner(sourceStat.st_uid);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp256 request->SetOwner(owner);
370 request->SetOwner(NULL);
H A DIORequest.h231 void SetOwner(IORequestOwner* owner) function in struct:IORequest
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp355 node.SetOwner(owner);
/haiku/src/kits/interface/
H A DLayout.cpp601 BLayout::SetOwner(BView* owner) function in class:BLayout
/haiku/src/apps/installer/
H A DCopyEngine.cpp479 destination.SetOwner(sourceInfo.st_uid);
/haiku/src/bin/
H A Dcopyattr.cpp439 destNode->SetOwner(sourceStat.st_uid);
/haiku/headers/private/kernel/
H A Dthread_types.h166 void SetOwner(AssociatedDataOwner* owner) function in class:AssociatedData

Completed in 187 milliseconds

12