Home
last modified time | relevance | path

Searched refs:downloadableBinaryFontsEnabled (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.cpp821 void Settings::setDownloadableBinaryFontsEnabled(bool downloadableBinaryFontsEnabled) in setDownloadableBinaryFontsEnabled() argument
823 m_downloadableBinaryFontsEnabled = downloadableBinaryFontsEnabled; in setDownloadableBinaryFontsEnabled()
DSettings.h350 bool downloadableBinaryFontsEnabled() const { return m_downloadableBinaryFontsEnabled; } in downloadableBinaryFontsEnabled() function
/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp246 … bool allowDownloading = foundSVGFont || (settings && settings->downloadableBinaryFontsEnabled()); in addFontFaceRule()