Home
last modified time | relevance | path

Searched refs:SetStorageAllowed (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
Dweb_permissions.h39 void SetStorageAllowed(bool);
Dweb_permissions.cc86 void WebPermissions::SetStorageAllowed(bool storage_allowed) { in SetStorageAllowed() function in content::WebPermissions
Dtest_runner.cc238 void SetStorageAllowed(bool allowed);
461 .SetMethod("setStorageAllowed", &TestRunnerBindings::SetStorageAllowed) in GetObjectTemplateBuilder()
1109 void TestRunnerBindings::SetStorageAllowed(bool allowed) { in SetStorageAllowed() function in content::TestRunnerBindings
1111 runner_->SetStorageAllowed(allowed); in SetStorageAllowed()
2567 void TestRunner::SetStorageAllowed(bool allowed) { in SetStorageAllowed() function in content::TestRunner
2568 web_permissions_->SetStorageAllowed(allowed); in SetStorageAllowed()
Dtest_runner.h423 void SetStorageAllowed(bool allowed);