Searched defs:SetMediaAllowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_permissions.cc78 void WebPermissions::SetMediaAllowed(bool media_allowed) { function in class:content::WebPermissions
H A Dtest_runner.cc240 void SetMediaAllowed(bool allowed);
461 .SetMethod("setMediaAllowed", &TestRunnerBindings::SetMediaAllowed)
1117 void TestRunnerBindings::SetMediaAllowed(bool allowed) { function in class:content::TestRunnerBindings
1119 runner_->SetMediaAllowed(allowed);
2608 void TestRunner::SetMediaAllowed(bool allowed) { function in class:content::TestRunner
2609 web_permissions_->SetMediaAllowed(allowed);

Completed in 712 milliseconds