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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h326 void SetPopupBlockingEnabled(bool block_popups);
H A Dtest_runner.cc213 void SetPopupBlockingEnabled(bool block_popups);
419 &TestRunnerBindings::SetPopupBlockingEnabled)
978 void TestRunnerBindings::SetPopupBlockingEnabled(bool block_popups) { function in class:content::TestRunnerBindings
980 runner_->SetPopupBlockingEnabled(block_popups);
2440 void TestRunner::SetPopupBlockingEnabled(bool block_popups) { function in class:content::TestRunner

Completed in 325 milliseconds