Searched defs:canOpenWindows (Results 1 – 4 of 4) sorted by relevance
71 bool canOpenWindows() const { return m_canOpenWindows; } in canOpenWindows() function
209 bool canOpenWindows() const { return m_canOpenWindows; } in canOpenWindows() function210 void setCanOpenWindows(bool canOpenWindows) { m_canOpenWindows = canOpenWindows; } in setCanOpenWindows()
390 bool canOpenWindows() { return m_canOpenWindows; } in canOpenWindows() function
127 void WebSettingsImpl::setJavaScriptCanOpenWindowsAutomatically(bool canOpenWindows) in setJavaScriptCanOpenWindowsAutomatically()