Searched refs:model_row (Results 1 – 3 of 3) sorted by relevance
161 int TableAdapter::GetListStoreIndexForModelRow(int model_row) const { in GetListStoreIndexForModelRow()163 return model_row; in GetListStoreIndexForModelRow()164 int group = table_model_->GetGroupID(model_row); in GetListStoreIndexForModelRow()169 return model_row + OffsetForGroupIndex(it - groups.begin()); in GetListStoreIndexForModelRow()
125 int GetListStoreIndexForModelRow(int model_row) const;
237 virtual bool GetCellColors(int model_row, in GetCellColors() argument242 if (!model_->IsBackgroundResource(model_row)) in GetCellColors()