Searched refs:fRewind (Results 1 – 4 of 4) sorted by relevance
281 fRewind(false) in RemoteShareDirIterator()295 return (!fRewind && fIndex < fCount ? fEntries[fIndex] : NULL); in GetCurrentEntry()310 fRewind = true; in Rewind()351 fRewind = false; in Clear()391 return fRewind; in GetRewind()
141 bool fRewind; variable
67 fRewind(NULL), in TransportControlGroup()116 fRewind = new SymbolButton(B_EMPTY_STRING, in TransportControlGroup()164 if (fRewind != NULL) in TransportControlGroup()165 buttonLayout->AddView(fRewind); in TransportControlGroup()221 if (fRewind) in AttachedToWindow()222 fRewind->SetTarget(this); in AttachedToWindow()392 if (fRewind) in SetEnabled()393 fRewind->SetEnabled(buttons & SEEK_BACK_ENABLED); in SetEnabled()542 if (fRewind != NULL) in SetSymbolScale()543 fRewind->SetSymbol(_CreateRewindShape(symbolHeight)); in SetSymbolScale()
115 SymbolButton* fRewind; variable