Searched refs:SetWebUIProperty (Results 1 – 8 of 8) sorted by relevance
102 IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, SetWebUIProperty) { in IN_PROC_BROWSER_TEST_F() argument112 shell()->web_contents()->GetRenderViewHost()->SetWebUIProperty( in IN_PROC_BROWSER_TEST_F()
70 render_view_host->SetWebUIProperty("dialogArguments", in RenderViewCreated()
95 render_view_host->SetWebUIProperty("dialogArguments", dialog_args); in RenderViewCreated()
187 virtual void SetWebUIProperty(const std::string& name,
29 SecurityExploitBrowserTest.SetWebUIProperty
93 render_view_host->SetWebUIProperty("toolkit", "views"); in RenderViewCreated()
192 virtual void SetWebUIProperty(const std::string& name,
776 void RenderViewHostImpl::SetWebUIProperty(const std::string& name, in SetWebUIProperty() function in content::RenderViewHostImpl