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) {
185 ++s_hardwareContextCount;
219 ASSERT(s_hardwareContextCount);
220 --s_hardwareContextCount;
AudioContext.h 229 static unsigned s_hardwareContextCount;

Completed in 40 milliseconds