Home | History | Annotate | Download | only in metadata

Lines Matching refs:ControlType

33 enum class ControlType { kMenu, kSlider };
68 ControlType type,
77 ControlType type,
90 ControlType type,
164 std::unique_ptr<Control<T>> NoEffectControl(ControlType type,
172 case ControlType::kMenu:
175 case ControlType::kSlider:
183 ControlType type,
220 if (type != ControlType::kMenu) {
255 if (type != ControlType::kSlider) {
309 ControlType type,