Home
last modified time | relevance | path

Searched refs:fRewind (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp281 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()
H A DShareNode.h141 bool fRewind; variable
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp67 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()
H A DTransportControlGroup.h115 SymbolButton* fRewind; variable