Searched refs:NWebSystemConfigurationImpl (Results 1 – 2 of 2) sorted by relevance
611 class NWebSystemConfigurationImpl : public OHOS::NWeb::NWebSystemConfiguration {613 explicit NWebSystemConfigurationImpl(uint8_t flags) : theme_flags_(flags) {} in NWebSystemConfigurationImpl() function614 ~NWebSystemConfigurationImpl() = default;
3678 std::shared_ptr<NWebSystemConfigurationImpl> configuration = in OnConfigurationUpdated()3679 std::make_shared<NWebSystemConfigurationImpl>(themeFlags); in OnConfigurationUpdated()