Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc133 int list_store_index = *list_store_it; in MapListStoreIndicesToModelRows() local
138 list_store_index); in MapListStoreIndicesToModelRows()
157 model_rows->insert(list_store_index - offset); in MapListStoreIndicesToModelRows()
178 int list_store_index = GetListStoreIndexForModelRow(row); in AddNodeToList() local
179 if (list_store_index == 0) { in AddNodeToList()
184 list_store_index - 1); in AddNodeToList()
248 int list_store_index = GetListStoreIndexForModelRow(start); in OnItemsChanged() local
253 list_store_index); in OnItemsChanged()
287 int list_store_index = 0; in OnItemsRemoved() local
289 list_store_index = GetListStoreIndexForModelRow(start - 1) + 1; in OnItemsRemoved()
[all …]