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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h430 void SetAllowRunningOfInsecureContent(bool allowed);
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 355 milliseconds