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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 96 static void setWebkitAudioContextEnabled(bool isEnabled) { isWebAudioEnabled = isEnabled; }
97 static bool webkitAudioContextEnabled() { return isWebAudioEnabled; }
169 static bool isWebAudioEnabled;
RuntimeEnabledFeatures.cpp 52 bool RuntimeEnabledFeatures::isWebAudioEnabled = false;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 77 WEBKIT_API static bool isWebAudioEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 210 bool WebRuntimeFeatures::isWebAudioEnabled()

Completed in 130 milliseconds