Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h79 virtual void setAllowRunningOfInsecureContent(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.cpp606 void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled) in setAllowRunningOfInsecureContent() function in blink::WebSettingsImpl
608 m_settings->setAllowRunningOfInsecureContent(enabled); in setAllowRunningOfInsecureContent()
DWebSettingsImpl.h72 virtual void setAllowRunningOfInsecureContent(bool);
/external/chromium_org/content/renderer/
Dweb_preferences.cc287 settings->setAllowRunningOfInsecureContent( in ApplyWebPreferences()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestRunner.h392 void setAllowRunningOfInsecureContent(const CppArgumentList&, CppVariant*);
DTestRunner.cpp245 bindMethod("setAllowRunningOfInsecureContent", &TestRunner::setAllowRunningOfInsecureContent); in TestRunner()
1058 void TestRunner::setAllowRunningOfInsecureContent(const CppArgumentList& arguments, CppVariant* res… in setAllowRunningOfInsecureContent() function in WebTestRunner::TestRunner