Searched refs:oldLocation (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DPose.cpp727 BPoint oldLocation = Location(poseView); local
730 if (point == oldLocation || poseView->ViewMode() == kListMode)
740 border_view->MoveBy(point.x - oldLocation.x,
741 point.y - oldLocation.y);
H A DFindPanel.h158 const BPoint* oldLocation = 0);
H A DFindPanel.cpp427 const BPoint* oldLocation)
434 if (oldLocation != NULL) {
436 FSSetPoseLocation(entry, *oldLocation);
425 SaveQueryAsAttributes(BNode* file, BEntry* entry, bool queryTemplate, const BMessage* oldAttributes, const BPoint* oldLocation) argument

Completed in 48 milliseconds