Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3662 uint8_t themeFlags = static_cast<uint8_t>(OHOS::NWeb::SystemThemeFlags::NONE); in OnConfigurationUpdated() local
3666 themeFlags |= static_cast<uint8_t>(OHOS::NWeb::SystemThemeFlags::THEME_FONT); in OnConfigurationUpdated()
3672 [weak = WeakClaim(this), colorMode, themeFlags, dark_mode = current_dark_mode_]() { in OnConfigurationUpdated()
3679 std::make_shared<NWebSystemConfigurationImpl>(themeFlags); in OnConfigurationUpdated()