Searched refs:AlloyRenderThreadObserver (Results 1 – 6 of 6) sorted by relevance
24 bool AlloyRenderThreadObserver::is_incognito_process_ = false;26 AlloyRenderThreadObserver::AlloyRenderThreadObserver() { in AlloyRenderThreadObserver() function in AlloyRenderThreadObserver30 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 …]
18 class AlloyRenderThreadObserver : public content::RenderThreadObserver,21 AlloyRenderThreadObserver();23 AlloyRenderThreadObserver(const AlloyRenderThreadObserver&) = delete;24 AlloyRenderThreadObserver& operator=(const AlloyRenderThreadObserver&) =27 ~AlloyRenderThreadObserver() override;
45 class AlloyRenderThreadObserver; variable138 std::unique_ptr<AlloyRenderThreadObserver> observer_;
62 AlloyRenderThreadObserver::GetDynamicParams())); in CreateThrottles()
186 observer_ = std::make_unique<AlloyRenderThreadObserver>(); in RenderThreadStarted()
47 return AlloyRenderThreadObserver::is_incognito_process(); in IsIncognitoProcess()