Searched defs:SetAllowRunningOfInsecureContent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc245 void SetAllowRunningOfInsecureContent(bool allowed);
468 &TestRunnerBindings::SetAllowRunningOfInsecureContent)
1142 void TestRunnerBindings::SetAllowRunningOfInsecureContent(bool allowed) { function in class:content::TestRunnerBindings
1144 runner_->SetAllowRunningOfInsecureContent(allowed);
2628 void TestRunner::SetAllowRunningOfInsecureContent(bool allowed) { function in class:content::TestRunner

Completed in 75 milliseconds