Searched refs:to_make_hot (Results 1 – 1 of 1) sorted by relevance
1875 View* to_make_hot = GetNextFocusableView(item, button, delta == 1); in IncrementSelection() local1876 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1882 View* to_make_hot = GetInitialFocusableView(item, delta == 1); in IncrementSelection() local1883 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()1902 View* to_make_hot = GetInitialFocusableView(to_select, delta == 1); in IncrementSelection() local1903 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()