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

/haiku/src/apps/soundrecorder/
H A DScopeView.h27 void SetTotalTime(bigtime_t timestamp, bool reset);
H A DTrackSlider.h42 void SetTotalTime(bigtime_t timestamp, bool reset);
H A DScopeView.cpp228 ScopeView::SetTotalTime(bigtime_t timestamp, bool reset) function in class:ScopeView
H A DTrackSlider.cpp436 TrackSlider::SetTotalTime(bigtime_t timestamp, bool reset) function in class:TrackSlider
H A DRecorderWindow.cpp1130 fTrackSlider->SetTotalTime(duration, true);
1131 fScopeView->SetTotalTime(duration, true);

Completed in 51 milliseconds