Searched refs:selectOptionComponent_ (Results 1 – 2 of 2) sorted by relevance
31 selectOptionComponent_ = AceType::MakeRefPtr<OptionComponent>(); in DOMOption()32 selectOptionComponent_->SetId(std::to_string(nodeId)); in DOMOption()42 selectOptionComponent_->InitTheme(GetThemeManager()); in ResetInitializedStyle()45 selectOptionComponent_->SetClickedColor(theme_->GetClickedColor()); in ResetInitializedStyle()46 selectOptionComponent_->SetSelectedColor(theme_->GetSelectedColor()); in ResetInitializedStyle()47 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()48 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle()49 selectOptionComponent_->SetFontSize(theme_->GetFontSize()); in ResetInitializedStyle()50 selectOptionComponent_->SetFontWeight(theme_->GetFontWeight()); in ResetInitializedStyle()51 selectOptionComponent_->SetFontFamily(theme_->GetFontFamily()); in ResetInitializedStyle()[all …]
36 return selectOptionComponent_; in GetSpecializedComponent()53 RefPtr<OptionComponent> selectOptionComponent_; variable