Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h611 class NWebSystemConfigurationImpl : public OHOS::NWeb::NWebSystemConfiguration {
613 explicit NWebSystemConfigurationImpl(uint8_t flags) : theme_flags_(flags) {} in NWebSystemConfigurationImpl() function
614 ~NWebSystemConfigurationImpl() = default;
H A Dweb_delegate.cpp3678 std::shared_ptr<NWebSystemConfigurationImpl> configuration = in OnConfigurationUpdated()
3679 std::make_shared<NWebSystemConfigurationImpl>(themeFlags); in OnConfigurationUpdated()