Searched refs:PROP_RENDER_DUMP (Results 1 – 3 of 3) sorted by relevance
111 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());
37 const std::string PROP_RENDER_DUMP = "web.render.dump"; variable40 {PROP_RENDER_DUMP, PropertiesKey::PROP_RENDER_DUMP},
32 enum class PropertiesKey : int32_t { PROP_RENDER_DUMP, PROP_DEBUG_TRACE, PROP_HITRACE_ENABLEFLAGS}; enumerator