Controls whether events will be forwarded by the repeater to the listeners in the list.
| 6030 | // Controls whether events will be forwarded by the repeater to the |
| 6031 | // listeners in the list. |
| 6032 | bool TestEventListeners::EventForwardingEnabled() const { |
| 6033 | return repeater_->forwarding_enabled(); |
| 6034 | } |
| 6035 | |
| 6036 | void TestEventListeners::SuppressEventForwarding() { |
| 6037 | repeater_->set_forwarding_enabled(false); |
nothing calls this directly
no test coverage detected