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

/haiku/src/apps/soundrecorder/
H A DScopeView.h24 void SetMainTime(bigtime_t timestamp);
H A DTrackSlider.h41 void SetMainTime(bigtime_t timestamp, bool reset);
H A DScopeView.cpp219 ScopeView::SetMainTime(bigtime_t timestamp) function in class:ScopeView
H A DRecorderWindow.cpp603 fTrackSlider->SetMainTime(timestamp, false);
604 fScopeView->SetMainTime(timestamp);
615 fScopeView->SetMainTime(main);
1012 fScopeView->SetMainTime(*fTrackSlider->MainTime());
H A DTrackSlider.cpp418 TrackSlider::SetMainTime(bigtime_t timestamp, bool reset) function in class:TrackSlider

Completed in 78 milliseconds