Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h104 virtual void setAllowRunningOfInsecureContent(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.cpp560 void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled) in setAllowRunningOfInsecureContent() function in blink::WebSettingsImpl
562 m_settings->setAllowRunningOfInsecureContent(enabled); in setAllowRunningOfInsecureContent()
DWebSettingsImpl.h61 virtual void setAllowRunningOfInsecureContent(bool) OVERRIDE;
/external/chromium_org/content/renderer/
Drender_view_impl.cc1038 settings->setAllowRunningOfInsecureContent( in ApplyWebPreferences()