Searched refs:SetStorageAllowed (Results 1 – 4 of 4) sorted by relevance
39 void SetStorageAllowed(bool);
86 void WebPermissions::SetStorageAllowed(bool storage_allowed) { in SetStorageAllowed() function in content::WebPermissions
238 void SetStorageAllowed(bool allowed);461 .SetMethod("setStorageAllowed", &TestRunnerBindings::SetStorageAllowed) in GetObjectTemplateBuilder()1109 void TestRunnerBindings::SetStorageAllowed(bool allowed) { in SetStorageAllowed() function in content::TestRunnerBindings1111 runner_->SetStorageAllowed(allowed); in SetStorageAllowed()2567 void TestRunner::SetStorageAllowed(bool allowed) { in SetStorageAllowed() function in content::TestRunner2568 web_permissions_->SetStorageAllowed(allowed); in SetStorageAllowed()
423 void SetStorageAllowed(bool allowed);