Home
last modified time | relevance | path

Searched defs:refDistance (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DDistance.h61 void setRefDistance(double refDistance) { m_refDistance = refDistance; } in setRefDistance()
65 double refDistance() const { return m_refDistance; } in refDistance() function
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DPannerNode.h83 double refDistance() { return m_distanceEffect.refDistance(); } in refDistance() function