Searched refs:fSavedZoomRect (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DContainerWindow.h330 BRect fSavedZoomRect; member in class:BPrivate::BContainerWindow
H A DContainerWindow.cpp400 fSavedZoomRect(0, 0, -1, -1),
1224 BRect oldZoomRect(fSavedZoomRect);
1225 fSavedZoomRect = Frame();
1228 if (fSavedZoomRect == Frame() && oldZoomRect.IsValid())

Completed in 71 milliseconds