Searched refs:hot_view (Results 1 – 1 of 1) sorted by relevance
117 CustomButton* hot_view = GetFirstHotTrackedView(view->child_at(i)); in GetFirstHotTrackedView() local118 if (hot_view) in GetFirstHotTrackedView()119 return hot_view; in GetFirstHotTrackedView()1211 CustomButton* hot_view = GetFirstHotTrackedView(pending_state_.item); in SendAcceleratorToHotTrackedView() local1212 if (!hot_view) in SendAcceleratorToHotTrackedView()1216 hot_view->AcceleratorPressed(accelerator); in SendAcceleratorToHotTrackedView()1217 CustomButton* button = static_cast<CustomButton*>(hot_view); in SendAcceleratorToHotTrackedView()