Searched refs:toggleChild_ (Results 1 – 2 of 2) sorted by relevance
24 toggleChild_ = AceType::MakeRefPtr<ToggleComponent>(); in DOMToggle()28 toggleChild_->SetChild(paddingChild_); in DOMToggle()157 if (toggleChild_->IsDisabled()) { in PrepareSpecializedComponent()167 if (!NearZero(toggleChild_->GetWidth().Value())) { in PrepareSpecializedComponent()168 boxComponent_->SetWidth(toggleChild_->GetWidth().Value(), toggleChild_->GetWidth().Unit()); in PrepareSpecializedComponent()170 if (!NearZero(toggleChild_->GetHeight().Value())) { in PrepareSpecializedComponent()171 … boxComponent_->SetHeight(toggleChild_->GetHeight().Value(), toggleChild_->GetHeight().Unit()); in PrepareSpecializedComponent()173 if (!toggleChild_->GetFontDefinedState()) { in PrepareSpecializedComponent()203 toggleChild_->SetCheckedColor(checkedColor_); in ResetColorStyle()212 … toggleChild_->SetBackgroundColor(toggleChild_->GetBackgroundColor().BlendOpacity(blendOpacity_)); in PrepareDisabledStyle()[all …]
39 return toggleChild_; in GetSpecializedComponent()53 RefPtr<ToggleComponent> toggleChild_; variable