Searched refs:list_store_index (Results 1 – 1 of 1) sorted by relevance
133 int list_store_index = *list_store_it; in MapListStoreIndicesToModelRows() local138 list_store_index); in MapListStoreIndicesToModelRows()157 model_rows->insert(list_store_index - offset); in MapListStoreIndicesToModelRows()178 int list_store_index = GetListStoreIndexForModelRow(row); in AddNodeToList() local179 if (list_store_index == 0) { in AddNodeToList()184 list_store_index - 1); in AddNodeToList()248 int list_store_index = GetListStoreIndexForModelRow(start); in OnItemsChanged() local253 list_store_index); in OnItemsChanged()287 int list_store_index = 0; in OnItemsRemoved() local289 list_store_index = GetListStoreIndexForModelRow(start - 1) + 1; in OnItemsRemoved()[all …]