Controls whether events will be forwarded by the repeater to the listeners in the list.
| 5106 | // Controls whether events will be forwarded by the repeater to the |
| 5107 | // listeners in the list. |
| 5108 | bool TestEventListeners::EventForwardingEnabled() const { |
| 5109 | return repeater_->forwarding_enabled(); |
| 5110 | } |
| 5111 | |
| 5112 | void TestEventListeners::SuppressEventForwarding() { |
| 5113 | repeater_->set_forwarding_enabled(false); |
nothing calls this directly
no test coverage detected