Searched refs:to_select (Results 1 – 3 of 3) sorted by relevance
483 const BookmarkNode* to_select = parent_; in ExpandAndSelect() local485 to_select = details_.existing_node->parent(); in ExpandAndSelect()486 int64 folder_id_to_select = to_select->id(); in ExpandAndSelect()
459 TreeModelNode* to_select = parent; in TreeNodesRemoved() local461 to_select = model_->GetChildCount(parent) > 0 ? in TreeNodesRemoved()464 SetSelectedNode(to_select); in TreeNodesRemoved()
1897 MenuItemView* to_select = in IncrementSelection() local1899 if (!to_select) in IncrementSelection()1901 SetSelection(to_select, SELECTION_DEFAULT); in IncrementSelection()1902 View* to_make_hot = GetInitialFocusableView(to_select, delta == 1); in IncrementSelection()