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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_permissions.cc90 void WebPermissions::SetPluginsAllowed(bool plugins_allowed) { function in class:content::WebPermissions
H A Dtest_runner.cc243 void SetPluginsAllowed(bool allowed);
464 .SetMethod("setPluginsAllowed", &TestRunnerBindings::SetPluginsAllowed)
1132 void TestRunnerBindings::SetPluginsAllowed(bool allowed) { function in class:content::TestRunnerBindings
1134 runner_->SetPluginsAllowed(allowed);
2620 void TestRunner::SetPluginsAllowed(bool allowed) { function in class:content::TestRunner
2621 web_permissions_->SetPluginsAllowed(allowed);

Completed in 107 milliseconds