Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp38 const std::string PROP_DEBUG_TRACE = "web.debug.trace"; variable
41 {PROP_DEBUG_TRACE, PropertiesKey::PROP_DEBUG_TRACE}};
/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