Searched refs:canOpenWindows (Results 1 – 4 of 4) sorted by relevance
204 void WebSettingsImpl::setJavaScriptCanOpenWindowsAutomatically(bool canOpenWindows) in setJavaScriptCanOpenWindowsAutomatically() argument206 m_settings->setJavaScriptCanOpenWindowsAutomatically(canOpenWindows); in setJavaScriptCanOpenWindowsAutomatically()
103 bool canOpenWindows() const;
853 if (!test_interfaces_->GetTestRunner()->canOpenWindows()) in CreateView()
1766 bool TestRunner::canOpenWindows() const { in canOpenWindows() function in content::TestRunner