Searched refs:isFirst (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/webpositive/tabview/
H A DTabView.h52 const BRect& updateRect, bool isFirst,
55 const BRect& updateRect, bool isFirst,
66 virtual void Update(bool isFirst, bool isLast,
H A DTabView.cpp124 bool isFirst, bool isLast, bool isFront)
129 if (isFirst)
145 bool isFirst, bool isLast, bool isFront)
194 TabView::Update(bool isFirst, bool isLast, bool isFront) argument
196 if (fIsFirst == isFirst && fIsLast == isLast && fIsFront == isFront)
198 fIsFirst = isFirst;
123 DrawBackground(BView* owner, BRect frame, const BRect& updateRect, bool isFirst, bool isLast, bool isFront) argument
144 DrawContents(BView* owner, BRect frame, const BRect& updateRect, bool isFirst, bool isLast, bool isFront) argument
H A DTabManager.cpp438 bool isFirst, bool isLast, bool isFront);
449 bool isFirst, bool isLast, bool isFront);
497 bool isFirst, bool isLast, bool isFront)
500 _DrawCloseButton(owner, frame, updateRect, isFirst, isLast, isFront);
532 TabView::DrawContents(owner, frame, updateRect, isFirst, isLast, isFront);
611 const BRect& updateRect, bool isFirst, bool isLast, bool isFront)
496 DrawContents(BView* owner, BRect frame, const BRect& updateRect, bool isFirst, bool isLast, bool isFront) argument
610 _DrawCloseButton(BView* owner, BRect& frame, const BRect& updateRect, bool isFirst, bool isLast, bool isFront) argument
H A DTabContainerView.cpp210 bool isFirst = index == 0 && hasFrames; local
213 tab->Update(isFirst, isLast, isFront);
/haiku-fatelf/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp207 bool isFirst = !fWatchingDirectory && !fWatchingFile; local
211 if (fWatchingDirectory && !isFirst) {

Completed in 43 milliseconds