Searched refs:ShouldProcessEvent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber.cc27 if (ShouldProcessEvent(frame_event.type, frame_event.media_type)) {
53 if (ShouldProcessEvent(packet_event.type, packet_event.media_type)) {
88 bool ReceiverRtcpEventSubscriber::ShouldProcessEvent( function in class:media::cast::ReceiverRtcpEventSubscriber
H A Dreceiver_rtcp_event_subscriber.h58 bool ShouldProcessEvent(CastLoggingEvent event_type,
/external/chromium_org/ash/accelerators/
H A Dkey_hold_detector.h29 virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const = 0;
H A Dmagnifier_key_scroller.h42 virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const OVERRIDE;
H A Dspoken_feedback_toggler.cc32 bool SpokenFeedbackToggler::ShouldProcessEvent( function in class:ash::SpokenFeedbackToggler
H A Dspoken_feedback_toggler.h42 virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const OVERRIDE;
H A Dkey_hold_detector.cc57 if (!delegate_->ShouldProcessEvent(event))
H A Dmagnifier_key_scroller.cc41 bool MagnifierKeyScroller::ShouldProcessEvent(const ui::KeyEvent* event) const { function in class:ash::MagnifierKeyScroller

Completed in 815 milliseconds