Searched refs:GetThemeColors (Results 1 – 25 of 30) sorted by relevance
12
30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeInConstructor()46 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDotIndicator()61 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ApplyThemeToDotIndicatorForce()70 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToIndicatorStyle()85 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDigitIndicator()100 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDisplayArrow()116 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDisplayArrowForce()
29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()41 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckedBackgroundColor()50 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainUncheckedBorderColor()59 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainIndicatorColor()
30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()50 auto themeColors = JSThemeUtils::GetThemeColors(); in ObtainQRCodeColor()60 auto themeColors = JSThemeUtils::GetThemeColors(); in ObtainBackgroundColor()
29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()52 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCancelIconColor()61 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSearchButtonFontColor()
32 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()63 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSelectedTextStyle()72 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextStyle()
32 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()62 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSelectedTextStyle()71 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextStyle()
28 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ApplyTheme()35 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextColor()
27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()38 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckMarkColor()
30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()
27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()
29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()
28 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme()
73 static std::optional<JSThemeColors> GetThemeColors() in GetThemeColors() function