Searched refs:setAllowRunningOfInsecureContent (Results 1 – 6 of 6) sorted by relevance
79 virtual void setAllowRunningOfInsecureContent(bool) = 0;
606 void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled) in setAllowRunningOfInsecureContent() function in blink::WebSettingsImpl608 m_settings->setAllowRunningOfInsecureContent(enabled); in setAllowRunningOfInsecureContent()
72 virtual void setAllowRunningOfInsecureContent(bool);
287 settings->setAllowRunningOfInsecureContent( in ApplyWebPreferences()
392 void setAllowRunningOfInsecureContent(const CppArgumentList&, CppVariant*);
245 bindMethod("setAllowRunningOfInsecureContent", &TestRunner::setAllowRunningOfInsecureContent); in TestRunner()1058 void TestRunner::setAllowRunningOfInsecureContent(const CppArgumentList& arguments, CppVariant* res… in setAllowRunningOfInsecureContent() function in WebTestRunner::TestRunner