| 314 | } |
| 315 | |
| 316 | void WebWidget::showContextMenuForView() |
| 317 | { |
| 318 | if (!m_hibernating) |
| 319 | m_view->showContextMenu(m_contextMenuPosGlobal, m_contextMenuPosRelative); |
| 320 | } |
| 321 | |
| 322 | void WebWidget::onTabPinned(int index, bool value) |
| 323 | { |
nothing calls this directly
no test coverage detected