Searched refs:SetScriptsAllowed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_permissions.h38 void SetScriptsAllowed(bool);
H A Dweb_permissions.cc82 void WebPermissions::SetScriptsAllowed(bool scripts_allowed) { function in class:content::WebPermissions
H A Dtest_runner.cc241 void SetScriptsAllowed(bool allowed);
462 .SetMethod("setScriptsAllowed", &TestRunnerBindings::SetScriptsAllowed)
1122 void TestRunnerBindings::SetScriptsAllowed(bool allowed) { function in class:content::TestRunnerBindings
1124 runner_->SetScriptsAllowed(allowed);
2612 void TestRunner::SetScriptsAllowed(bool allowed) { function in class:content::TestRunner
2613 web_permissions_->SetScriptsAllowed(allowed);
H A Dtest_runner.h426 void SetScriptsAllowed(bool allowed);

Completed in 120 milliseconds