Searched refs:isVideoTrackEnabled (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/generic/
H A DRuntimeEnabledFeatures.cpp182 bool RuntimeEnabledFeatures::isVideoTrackEnabled = true; member in class:WebCore::RuntimeEnabledFeatures
184 bool RuntimeEnabledFeatures::isVideoTrackEnabled = false; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.h232 static bool webkitVideoTrackEnabled() { return isVideoTrackEnabled; }
233 static void setWebkitVideoTrackEnabled(bool isEnabled) { isVideoTrackEnabled = isEnabled; }
365 static bool isVideoTrackEnabled; member in class:WebCore::RuntimeEnabledFeatures

Completed in 210 milliseconds