Home
last modified time | relevance | path

Searched refs:selectTheme (Results 1 – 5 of 5) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/option/
Doption_component.cpp51 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
52 if (!selectTheme) { in InitTheme()
55 theme_ = selectTheme->clone(); in InitTheme()
/foundation/ace/ace_engine/frameworks/core/components/select/
Dselect_component.cpp50 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
51 if (!selectTheme) { in InitTheme()
54 theme_ = selectTheme->clone(); in InitTheme()
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_tool_bar_item.cpp78 RefPtr<SelectTheme> selectTheme = GetTheme<SelectTheme>(); in InitializedToolBarItemChild() local
79 if (selectTheme) { in InitializedToolBarItemChild()
80 toolBarItemChild_->SetMenuMinWidth(selectTheme->GetPopupMinWidth()); in InitializedToolBarItemChild()
/foundation/ace/ace_engine/frameworks/core/components/select_popup/
Dselect_popup_component.cpp46 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
47 if (!selectTheme) { in InitTheme()
50 theme_ = selectTheme->clone(); in InitTheme()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_select.cpp36 auto selectTheme = GetTheme<SelectTheme>(); in Create() local
38 selectComponent->SetTheme(selectTheme); in Create()