Home
last modified time | relevance | path

Searched refs:isAVFoundationEnabled (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.h77 macro(AVFoundationEnabled, isAVFoundationEnabled, Bool, bool, true) \
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSettings.h372 static bool isAVFoundationEnabled() { return gAVFoundationEnabled; } in isAVFoundationEnabled() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.cpp532 return toImpl(preferencesRef)->isAVFoundationEnabled(); in WKPreferencesGetAVFoundationEnabled()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp191 if (Settings::isAVFoundationEnabled()) in installedMediaEngines()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog13628 Add a new isAVFoundationEnabled setting and check it before adding
13635 (WebCore::Settings::isAVFoundationEnabled): Added.