Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/alloy/
Dalloy_render_thread_observer.cc18 static base::NoDestructor<chrome::mojom::DynamicParams> dynamic_params; in GetDynamicConfigParams() local
19 return dynamic_params.get(); in GetDynamicConfigParams()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1108 chrome::mojom::DynamicParams dynamic_params = { in CreateURLLoaderThrottles() local
1113 std::make_unique<GoogleURLLoaderThrottle>(std::move(dynamic_params))); in CreateURLLoaderThrottles()