Home
last modified time | relevance | path

Searched refs:model_row (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc161 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()
Dgtk_tree.h125 int GetListStoreIndexForModelRow(int model_row) const;
/external/chromium/chrome/browser/ui/views/
Dtask_manager_view.cc237 virtual bool GetCellColors(int model_row, in GetCellColors() argument
242 if (!model_->IsBackgroundResource(model_row)) in GetCellColors()