Searched refs:Owner (Results 1 - 25 of 48) sorted by relevance

12

/haiku/src/bin/debug/profile/
H A DImage.h22 inline team_id Owner() const;
63 Image::Owner() const function in class:Image
/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp48 return fLayout->Owner();
63 *_view = fLayout->Owner();
H A DGroupLayoutBuilder.cpp67 return layout->Owner();
76 *_view = layout->Owner();
H A DAbstractLayout.cpp391 if (!Owner())
485 static_cast<ViewProxy*>(fExplicitData)->view = Owner();
490 fExplicitData = new ViewProxy(Owner());
514 if (BView* owner = Owner()) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h34 virtual uint64 Owner() = 0;
63 uint64 Owner();
89 uint64 Owner();
H A DNode.h27 virtual uint64 Owner() = 0;
56 uint64 Owner();
81 uint64 Owner();
H A DExtent.h52 virtual uint64 Owner() = 0;
78 uint64 Owner();
110 uint64 Owner();
H A DVerifyHeader.h53 if (inode->ID() != header->Owner()) {
H A DLeafAttribute.h43 virtual uint64 Owner() = 0;
73 uint64 Owner();
102 uint64 Owner();
H A DSymlink.h28 uint64 Owner() function in struct:SymlinkHeader
H A DBPlusTree.h48 uint64 Owner() function in class:LongBlock
/haiku/headers/private/package/hpkg/
H A DPoolBuffer.h34 PoolBuffer** Owner() const { return fOwner; } function in class:BPackageKit::BHPKG::BPrivate::PoolBuffer
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp41 "sector_size %" B_PRIu32 "\n", chunk->Length(), chunk->Owner(),
/haiku/src/servers/app/
H A DServerPicture.h46 ServerApp* Owner() const { return fOwner; } function in class:ServerPicture
H A DServerBitmap.h70 ServerApp* Owner() const;
H A DBitmapManager.cpp252 apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
281 apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
H A DServerBitmap.cpp200 ServerBitmap::Owner() const function in class:ServerBitmap
/haiku/src/servers/launch/
H A DEvents.h41 virtual BaseJob* Owner() const;
H A DEvents.cpp44 virtual BaseJob* Owner() const;
224 Event::Owner() const function in class:Event
227 return fParent->Owner();
343 if (Parent() == NULL && Owner() != NULL) {
346 message.AddString("owner", Owner()->Name());
353 EventContainer::Owner() const function in class:EventContainer
694 orEvent = new OrEvent(container->Owner(), container->Target());
/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp93 *buffer->Owner() = NULL;
134 *otherBuffer->Owner() = NULL;
/haiku/headers/os/app/
H A DKey.h68 const char* Owner() const;
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h35 PAP& Owner() const function in class:PAPHandler
H A DProtocol.cpp49 if (Owner().Side() != PPP_PEER_SIDE)
68 if (Owner().Side() != PPP_LOCAL_SIDE)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.h38 IMAPProtocol& Owner() const { return fOwner; } function in class:IMAPConnectionWorker
/haiku/headers/os/interface/
H A DLayout.h27 BView* Owner() const;

Completed in 121 milliseconds

12