Searched refs:highest_index (Results 1 – 1 of 1) sorted by relevance
249 int highest_index = -1; // -1 means insert at end of list. in RunImpl() local253 if (this_node_index > highest_index) in RunImpl()254 highest_index = this_node_index; in RunImpl()257 bookmark_utils::PasteFromClipboard(model, parent_node, highest_index); in RunImpl()