Searched refs:setScriptsAllowed (Results 1 – 4 of 4) sorted by relevance
56 void setScriptsAllowed(bool);
93 void WebPermissions::setScriptsAllowed(bool scriptsAllowed) in setScriptsAllowed() function in WebTestRunner::WebPermissions
388 void setScriptsAllowed(const CppArgumentList&, CppVariant*);
241 bindMethod("setScriptsAllowed", &TestRunner::setScriptsAllowed); in TestRunner()1029 void TestRunner::setScriptsAllowed(const CppArgumentList& arguments, CppVariant* result) in setScriptsAllowed() function in WebTestRunner::TestRunner1032 m_webPermissions->setScriptsAllowed(arguments[0].toBoolean()); in setScriptsAllowed()