Searched refs:setAllowRunningOfInsecureContent (Results 1 – 4 of 4) sorted by relevance
104 virtual void setAllowRunningOfInsecureContent(bool) = 0;
560 void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled) in setAllowRunningOfInsecureContent() function in blink::WebSettingsImpl562 m_settings->setAllowRunningOfInsecureContent(enabled); in setAllowRunningOfInsecureContent()
61 virtual void setAllowRunningOfInsecureContent(bool) OVERRIDE;
1038 settings->setAllowRunningOfInsecureContent( in ApplyWebPreferences()