Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h233 enum class SystemThemeFlags : uint8_t { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h622 uint8_t theme_flags_ = static_cast<uint8_t>(NWeb::SystemThemeFlags::NONE);
H A Dweb_delegate.cpp3662 uint8_t themeFlags = static_cast<uint8_t>(OHOS::NWeb::SystemThemeFlags::NONE); in OnConfigurationUpdated()
3666 themeFlags |= static_cast<uint8_t>(OHOS::NWeb::SystemThemeFlags::THEME_FONT); in OnConfigurationUpdated()