Searched refs:refDistance (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDistance.h61 void setRefDistance(double refDistance) { m_refDistance = refDistance; } argument
65 double refDistance() const { return m_refDistance; } function in class:blink::DistanceEffect
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPannerNode.idl51 attribute double refDistance;
H A DPannerNode.h83 double refDistance() { return m_distanceEffect.refDistance(); } function in class:blink::FINAL
H A DPannerNode.cpp279 if (refDistance() == distance)

Completed in 908 milliseconds