| 109 | HWND FindContentWindowHandle(HWND top_level_window_handle); |
| 110 | |
| 111 | void set_window_handle(const HWND window_handle) { |
| 112 | this->window_handle_ = window_handle; |
| 113 | } |
| 114 | |
| 115 | HWND executor_handle(void) const { return this->executor_handle_; } |
| 116 |
no outgoing calls
no test coverage detected