Home
last modified time | relevance | path

Searched refs:to_make_hot (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc1860 View* to_make_hot = GetNextFocusableView(item, button, delta == 1); in IncrementSelection() local
1861 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()
1867 View* to_make_hot = GetInitialFocusableView(item, delta == 1); in IncrementSelection() local
1868 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()
1887 View* to_make_hot = GetInitialFocusableView(to_select, delta == 1); in IncrementSelection() local
1888 CustomButton* button_hot = CustomButton::AsCustomButton(to_make_hot); in IncrementSelection()