Controls whether events will be forwarded by the repeater to the listeners in the list.
| 4917 | // Controls whether events will be forwarded by the repeater to the |
| 4918 | // listeners in the list. |
| 4919 | bool TestEventListeners::EventForwardingEnabled() const { |
| 4920 | return repeater_->forwarding_enabled(); |
| 4921 | } |
| 4922 | |
| 4923 | void TestEventListeners::SuppressEventForwarding() { |
| 4924 | repeater_->set_forwarding_enabled(false); |
nothing calls this directly
no test coverage detected