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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp 90 unsigned AudioContext::s_hardwareContextCount = 0;
95 if (s_hardwareContextCount >= MaxHardwareContexts) {
208 ++s_hardwareContextCount;
248 ASSERT(s_hardwareContextCount);
249 --s_hardwareContextCount;
    [all...]
AudioContext.h 245 static unsigned s_hardwareContextCount;

Completed in 33 milliseconds