Searched refs:GetLocation (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h51 uint16 GetLocation() const { return le2h(deh_location); } function in class:DirEntry
63 PRINT((" location: %hu\n", GetLocation()));
96 uint32 location = entry->GetLocation();
113 maxLength = fHeader->GetLen() - entry->GetLocation();
115 maxLength = EntryAt(index -1)->GetLocation()
116 - entry->GetLocation();
H A DItem.cpp140 return (uint8*)fNode->GetData() + fHeader->GetLocation();
206 uint32 location = fHeader->GetLocation();
H A DItem.h37 uint16 GetLocation() const { return le2h(ih_item_location); } function in class:ItemHeader
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.h41 intptr_t GetLocation() {return (intptr_t)fData;} function in class:RingQueue
/haiku/src/apps/deskbar/
H A DBarWindow.h69 void GetLocation(BMessage* message);
H A DBarWindow.cpp186 GetLocation(message);
396 TBarWindow::GetLocation(BMessage* message) function in class:TBarWindow
/haiku/src/apps/mediaplayer/
H A DController.h124 status_t GetLocation(BString* location);
H A DInfoWin.cpp366 if (fController->GetLocation(&info) != B_OK)
H A DController.cpp905 Controller::GetLocation(BString* location) function in class:Controller
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h165 BPoint GetLocation() { return Frame().LeftTop(); }; function in class:SoftwareUpdaterWindow

Completed in 172 milliseconds