Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
H A Dsystem_properties_adapter_test.cpp111 system_properties_adapter.AttachSysPropObserver(PropertiesKey::PROP_RENDER_DUMP, nullptr);
114 … system_properties_adapter.AttachSysPropObserver(PropertiesKey::PROP_RENDER_DUMP, observer.get());
122 system_properties_adapter.DetachSysPropObserver(PropertiesKey::PROP_RENDER_DUMP, nullptr);
123 … system_properties_adapter.DetachSysPropObserver(PropertiesKey::PROP_RENDER_DUMP, observer.get());
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp37 const std::string PROP_RENDER_DUMP = "web.render.dump"; variable
40 {PROP_RENDER_DUMP, PropertiesKey::PROP_RENDER_DUMP},
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsystem_properties_adapter.h32 enum class PropertiesKey : int32_t { PROP_RENDER_DUMP, PROP_DEBUG_TRACE, PROP_HITRACE_ENABLEFLAGS}; enumerator