Searched refs:to_make_hot (Results 1 – 1 of 1) sorted by relevance
1967 View* to_make_hot = GetNextFocusableView(item, button, delta == 1); in IncrementSelection() local1968 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1974 View* to_make_hot = GetInitialFocusableView(item, delta == 1); in IncrementSelection() local1975 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1994 View* to_make_hot = GetInitialFocusableView(to_select, delta == 1); in IncrementSelection() local1995 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()