Home
last modified time | relevance | path

Searched refs:AlloyRenderThreadObserver (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/renderer/alloy/
Dalloy_render_thread_observer.cc24 bool AlloyRenderThreadObserver::is_incognito_process_ = false;
26 AlloyRenderThreadObserver::AlloyRenderThreadObserver() { in AlloyRenderThreadObserver() function in AlloyRenderThreadObserver
30 AlloyRenderThreadObserver::~AlloyRenderThreadObserver() {} in ~AlloyRenderThreadObserver()
34 AlloyRenderThreadObserver::GetDynamicParams() { in GetDynamicParams()
38 void AlloyRenderThreadObserver::RegisterMojoInterfaces( in RegisterMojoInterfaces()
41 &AlloyRenderThreadObserver::OnRendererConfigurationAssociatedRequest, in RegisterMojoInterfaces()
45 void AlloyRenderThreadObserver::UnregisterMojoInterfaces( in UnregisterMojoInterfaces()
51 void AlloyRenderThreadObserver::SetInitialConfiguration( in SetInitialConfiguration()
59 void AlloyRenderThreadObserver::SetConfiguration( in SetConfiguration()
64 void AlloyRenderThreadObserver::SetContentSettingRules( in SetContentSettingRules()
[all …]
Dalloy_render_thread_observer.h18 class AlloyRenderThreadObserver : public content::RenderThreadObserver,
21 AlloyRenderThreadObserver();
23 AlloyRenderThreadObserver(const AlloyRenderThreadObserver&) = delete;
24 AlloyRenderThreadObserver& operator=(const AlloyRenderThreadObserver&) =
27 ~AlloyRenderThreadObserver() override;
Dalloy_content_renderer_client.h45 class AlloyRenderThreadObserver; variable
138 std::unique_ptr<AlloyRenderThreadObserver> observer_;
Durl_loader_throttle_provider_impl.cc62 AlloyRenderThreadObserver::GetDynamicParams())); in CreateThrottles()
Dalloy_content_renderer_client.cc186 observer_ = std::make_unique<AlloyRenderThreadObserver>(); in RenderThreadStarted()
/third_party/cef/libcef/renderer/extensions/
Dextensions_renderer_client.cc47 return AlloyRenderThreadObserver::is_incognito_process(); in IsIncognitoProcess()