type 90 AudioNode.cpp m_nodeType = type;
type 93 AudioNode.cpp ++s_nodeCount[type];
type 74 AudioParamTimeline.cpp bool isValid = event.type() < ParamEvent::LastType
type 91 AudioParamTimeline.cpp if (m_events[i].time() == insertTime && m_events[i].type() == event.type()) {
type 229 AudioParamTimeline.cpp ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */;
type 264 AudioParamTimeline.cpp switch (event.type()) {
type 79 AudioParamTimeline.h ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve)
type 80 AudioParamTimeline.h : m_type(type)
type 89 AudioParamTimeline.h unsigned type() const { return m_type; }
type 78 BiquadDSPKernel.cpp switch (biquadProcessor()->type()) {
type 44 BiquadFilterNode.cpp switch (const_cast<BiquadFilterNode*>(this)->biquadProcessor()->type()) {
type 69 BiquadFilterNode.cpp if (type == "lowpass")
type 71 BiquadFilterNode.cpp else if (type == "highpass")
type 73 BiquadFilterNode.cpp else if (type == "bandpass")
type 75 BiquadFilterNode.cpp else if (type == "lowshelf")
type 77 BiquadFilterNode.cpp else if (type == "highshelf")
type 79 BiquadFilterNode.cpp else if (type == "peaking")
type 81 BiquadFilterNode.cpp else if (type == "notch")
type 83 BiquadFilterNode.cpp else if (type == "allpass")
type 91 BiquadFilterNode.cpp if (type > BiquadProcessor::Allpass)
type 94 BiquadFilterNode.cpp biquadProcessor()->setType(static_cast<BiquadProcessor::FilterType>(type));
type 54 BiquadFilterNode.h String type() const;
type 116 BiquadProcessor.cpp if (type != m_type) {
type 117 BiquadProcessor.cpp m_type = type;
type 77 BiquadProcessor.h FilterType type() const { return m_type; }
type 85 OscillatorNode.cpp String OscillatorNode::type() const
type 104 OscillatorNode.cpp void OscillatorNode::setType(const String& type)
type 106 OscillatorNode.cpp if (type == "sine")
type 108 OscillatorNode.cpp else if (type == "square")
type 110 OscillatorNode.cpp else if (type == "sawtooth")
type 112 OscillatorNode.cpp else if (type == "triangle")
type 118 OscillatorNode.cpp bool OscillatorNode::setType(unsigned type)
type 123 OscillatorNode.cpp switch (type) {
type 152 OscillatorNode.cpp m_type = type;
type 63 OscillatorNode.h String type() const;
type 67 WaveShaperNode.cpp if (type == "none")
type 69 WaveShaperNode.cpp else if (type == "2x")
type 71 WaveShaperNode.cpp else if (type == "4x")