Searched refs:SetAllowDisplayOfInsecureContent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h429 void SetAllowDisplayOfInsecureContent(bool allowed);
H A Dtest_runner.cc244 void SetAllowDisplayOfInsecureContent(bool allowed);
466 &TestRunnerBindings::SetAllowDisplayOfInsecureContent)
1137 void TestRunnerBindings::SetAllowDisplayOfInsecureContent(bool allowed) { function in class:content::TestRunnerBindings
1139 runner_->SetAllowDisplayOfInsecureContent(allowed);
2624 void TestRunner::SetAllowDisplayOfInsecureContent(bool allowed) { function in class:content::TestRunner

Completed in 491 milliseconds