MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / MakeCefObject

Function MakeCefObject

IntelPresentMon/AppCef/source/util/CefValues.h:293–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292 template<typename...P>
293 CefRefPtr<CefValue> MakeCefObject(CefProp<P>&&...props)
294 {
295 auto dict = CefDictionaryValue::Create();
296 if constexpr (sizeof...(props) > 0)
297 {
298 PopulateCefObject_(*dict, std::forward<CefProp<P>>(props)...);
299 }
300 return CefValueDecay(std::move(dict));
301 }
302}

Callers 8

ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnBrowserMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnBrowserMethod · 0.85
ExecuteOnRendererMethod · 0.85

Calls 2

PopulateCefObject_Function · 0.85
CefValueDecayFunction · 0.85

Tested by 2

ExecuteOnBrowserMethod · 0.68
ExecuteOnBrowserMethod · 0.68