Searched refs:to_make_hot (Results 1 – 1 of 1) sorted by relevance
1860 View* to_make_hot = GetNextFocusableView(item, button, delta == 1); in IncrementSelection() local1861 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1867 View* to_make_hot = GetInitialFocusableView(item, delta == 1); in IncrementSelection() local1868 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1887 View* to_make_hot = GetInitialFocusableView(to_select, delta == 1); in IncrementSelection() local1888 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()