Searched refs:SetPluginsAllowed (Results 1 – 4 of 4) sorted by relevance
40 void SetPluginsAllowed(bool);
90 void WebPermissions::SetPluginsAllowed(bool plugins_allowed) { in SetPluginsAllowed() function in content::WebPermissions
239 void SetPluginsAllowed(bool allowed);462 .SetMethod("setPluginsAllowed", &TestRunnerBindings::SetPluginsAllowed) in GetObjectTemplateBuilder()1114 void TestRunnerBindings::SetPluginsAllowed(bool allowed) { in SetPluginsAllowed() function in content::TestRunnerBindings1116 runner_->SetPluginsAllowed(allowed); in SetPluginsAllowed()2571 void TestRunner::SetPluginsAllowed(bool allowed) { in SetPluginsAllowed() function in content::TestRunner2572 web_permissions_->SetPluginsAllowed(allowed); in SetPluginsAllowed()
424 void SetPluginsAllowed(bool allowed);