Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc117 CustomButton* hot_view = GetFirstHotTrackedView(view->child_at(i)); in GetFirstHotTrackedView() local
118 if (hot_view) in GetFirstHotTrackedView()
119 return hot_view; in GetFirstHotTrackedView()
1211 CustomButton* hot_view = GetFirstHotTrackedView(pending_state_.item); in SendAcceleratorToHotTrackedView() local
1212 if (!hot_view) in SendAcceleratorToHotTrackedView()
1216 hot_view->AcceleratorPressed(accelerator); in SendAcceleratorToHotTrackedView()
1217 CustomButton* button = static_cast<CustomButton*>(hot_view); in SendAcceleratorToHotTrackedView()