Searched refs:SetMediaAllowed (Results 1 – 4 of 4) sorted by relevance
37 void SetMediaAllowed(bool);
78 void WebPermissions::SetMediaAllowed(bool media_allowed) { in SetMediaAllowed() function in content::WebPermissions
236 void SetMediaAllowed(bool allowed);459 .SetMethod("setMediaAllowed", &TestRunnerBindings::SetMediaAllowed) in GetObjectTemplateBuilder()1099 void TestRunnerBindings::SetMediaAllowed(bool allowed) { in SetMediaAllowed() function in content::TestRunnerBindings1101 runner_->SetMediaAllowed(allowed); in SetMediaAllowed()2559 void TestRunner::SetMediaAllowed(bool allowed) { in SetMediaAllowed() function in content::TestRunner2560 web_permissions_->SetMediaAllowed(allowed); in SetMediaAllowed()
421 void SetMediaAllowed(bool allowed);