Lines Matching refs:fFocusRowRect
344 BRect fFocusRowRect; member in BPrivate::OutlineView
3781 FindVisibleRect(fFocusRow, &fFocusRowRect);
3805 Invalidate(fFocusRowRect);
3807 FindVisibleRect(fFocusRow, &fFocusRowRect);
3861 FindVisibleRect(fFocusRow, &fFocusRowRect);
3863 Invalidate(fFocusRowRect);
4153 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4166 fFocusRowRect.right = 10000;
4167 Invalidate(fFocusRowRect);
4171 fFocusRowRect.top = top;
4172 fFocusRowRect.left = 0;
4173 fFocusRowRect.right = 10000;
4174 fFocusRowRect.bottom = fFocusRowRect.top + fFocusRow->Height();
4175 Invalidate(fFocusRowRect);
4214 Invalidate(fFocusRowRect);
4287 Invalidate(fFocusRowRect);
4335 if (FindRect(fFocusRow, &fFocusRowRect) == false) {
4339 FindRect(fFocusRow, &fFocusRowRect);
4408 if (fFocusRow && !FindRect(fFocusRow, &fFocusRowRect)) {
4412 FindRect(fFocusRow, &fFocusRowRect);
4523 if (fFocusRow && fFocusRowRect.top > newRowRect.bottom) {
4525 Invalidate(fFocusRowRect);
4526 FindRect(fFocusRow, &fFocusRowRect);
4527 Invalidate(fFocusRowRect);
4808 Invalidate(fFocusRowRect); // invalidate previous
4812 FindVisibleRect(fFocusRow, &fFocusRowRect);
4813 Invalidate(fFocusRowRect); // invalidate current
4815 fFocusRowRect.right = 10000;
5066 FindRect(fFocusRow, &fFocusRowRect);