Lines Matching refs:DataHistory
114 void Update(DataHistory* history, int32 width,
230 ViewHistory::Update(DataHistory* history, int32 width, int32 resolution, in Update()
284 DataHistory::DataHistory(bigtime_t memorize, bigtime_t interval) in DataHistory() function in DataHistory
296 DataHistory::~DataHistory() in ~DataHistory()
302 DataHistory::AddValue(bigtime_t time, int64 value) in AddValue()
317 DataHistory::ValueAt(bigtime_t time) in ValueAt()
352 DataHistory::MaximumValue() const in MaximumValue()
362 DataHistory::MinimumValue() const in MinimumValue()
372 DataHistory::Start() const in Start()
382 DataHistory::End() const in End()
392 DataHistory::SetRefreshInterval(bigtime_t interval) in SetRefreshInterval()
399 DataHistory::SetScale(Scale* scale) in SetScale()
800 DataHistory* values = new(std::nothrow) DataHistory(10 * 60000000LL, in AddDataSource()
802 ListAddDeleter<DataHistory> valuesDeleter(fValues, values, insert); in AddDataSource()
868 DataHistory* values = fValues.RemoveItemAt(index); in RemoveDataSource()
1305 ActivityView::_PositionForValue(DataSource* source, DataHistory* values, in _PositionForValue()
1392 DataHistory* values = fValues.ItemAt(i); in _DrawHistory()
1486 DataHistory* values = fValues.ItemAt(i); in Draw()
1545 DataHistory* values = fValues.ItemAt(i); in _Refresh()