Searched refs:showSteps_ (Results 1 – 6 of 6) sorted by relevance
182 showSteps_ = showSteps; in SetShowSteps()187 return showSteps_; in NeedShowSteps()241 bool showSteps_ = false; variable
130 return showSteps_; in GetShowSteps()282 bool showSteps_ = false; variable
177 if (showSteps_) { in ProcessTrack()195 if (showSteps_) { in ProcessTrack()
57 showSteps_ = slider->NeedShowSteps(); in Update()826 jsonObj->Put("showSteps", showSteps_); in ProvideRestoreInfo()855 showSteps_ = jsonShowSteps->GetBool(); in ApplyRestoreInfo()
81 …{ DOM_SHOW_STEPS, [](const std::string& val, DOMSlider& slider) { slider.showSteps_ = StringToBool… in SetSpecializedAttr()170 sliderChild_->SetShowSteps(showSteps_); in PrepareSpecializedComponent()
73 bool showSteps_ = false; variable