HomeSort by relevance Sort by last modified time
    Searched refs:activeSourceCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.idl 48 readonly attribute unsigned long activeSourceCount;
AudioContext.h 107 unsigned long activeSourceCount() const { return static_cast<unsigned long>(m_activeSourceCount); }

Completed in 41 milliseconds