| 195 | } |
| 196 | |
| 197 | void AppWindow::CloseWebView() |
| 198 | { |
| 199 | if (m_controller) |
| 200 | { |
| 201 | m_controller->Close(); |
| 202 | m_controller = nullptr; |
| 203 | m_webView = nullptr; |
| 204 | } |
| 205 | m_webViewEnvironment = nullptr; |
| 206 | } |
| 207 | |
| 208 | void AppWindow::CloseAppWindow() |
| 209 | { |
nothing calls this directly
no outgoing calls
no test coverage detected