Searched refs:propagatesSilence (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaElementAudioSourceNode.h64 virtual bool propagatesSilence() const OVERRIDE { return false; }
H A DMediaStreamAudioDestinationNode.h61 virtual bool propagatesSilence() const OVERRIDE { return false; }
H A DMediaStreamAudioSourceNode.h63 virtual bool propagatesSilence() const OVERRIDE { return false; }
H A DAudioBufferSourceNode.h90 virtual bool propagatesSilence() const;
H A DOscillatorNode.h79 virtual bool propagatesSilence() const OVERRIDE;
H A DAudioNode.h160 // propagatesSilence() should return true if the node will generate silent output when given silent input. By default, AudioNode
162 virtual bool propagatesSilence() const;
H A DAudioNode.cpp317 if (silentInputs && propagatesSilence())
337 bool AudioNode::propagatesSilence() const function in class:WebCore::AudioNode
H A DOscillatorNode.cpp350 bool OscillatorNode::propagatesSilence() const function in class:WebCore::OscillatorNode
H A DAudioBufferSourceNode.cpp454 bool AudioBufferSourceNode::propagatesSilence() const function in class:WebCore::AudioBufferSourceNode

Completed in 829 milliseconds