| 375 | } |
| 376 | |
| 377 | bool RenderWindowBridge::HasMxNSelectedPositionSetter() const |
| 378 | { |
| 379 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 380 | return static_cast<bool>(m_MxNSelectedPositionSetter); |
| 381 | } |
| 382 | |
| 383 | bool RenderWindowBridge::HasMxNLayoutGetter() const |
| 384 | { |
no outgoing calls