Home
last modified time | relevance | path

Searched refs:shouldPrintBackgrounds (Results 1 – 11 of 11) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DWebPreferences.inc82 function shouldPrintBackgrounds: ObjCBOOL; message 'shouldPrintBackgrounds';
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSettings.cpp395 void Settings::setShouldPrintBackgrounds(bool shouldPrintBackgrounds) in setShouldPrintBackgrounds() argument
397 m_shouldPrintBackgrounds = shouldPrintBackgrounds; in setShouldPrintBackgrounds()
H A DSettings.h177 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } in shouldPrintBackgrounds() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.h150 … WKPreferencesSetShouldPrintBackgrounds(WKPreferencesRef preferences, bool shouldPrintBackgrounds);
H A DWKPreferences.cpp452 return toImpl(preferencesRef)->shouldPrintBackgrounds(); in WKPreferencesGetShouldPrintBackgrounds()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.h72 macro(ShouldPrintBackgrounds, shouldPrintBackgrounds, Bool, bool, false) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dsettings.json5121 name: "shouldPrintBackgrounds",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dsettings.json5126 name: "shouldPrintBackgrounds",
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1247 if (document->printing() && !settings->shouldPrintBackgrounds()) in styleForDocument()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2003-10-252805 add shouldPrintBackgrounds field and accessors
2809 (-[WebCoreSettings shouldPrintBackgrounds]):
H A DChangeLog-2006-05-1011625 (KHTMLSettings::shouldPrintBackgrounds):