Searched refs:shouldPrintBackgrounds (Results 1 – 18 of 18) sorted by relevance
353 - (BOOL)shouldPrintBackgrounds;
676 - (BOOL)shouldPrintBackgrounds
1497 settings->setShouldPrintBackgrounds([preferences shouldPrintBackgrounds]);
150 … WKPreferencesSetShouldPrintBackgrounds(WKPreferencesRef preferences, bool shouldPrintBackgrounds);
452 return toImpl(preferencesRef)->shouldPrintBackgrounds(); in WKPreferencesGetShouldPrintBackgrounds()
422 void Settings::setShouldPrintBackgrounds(bool shouldPrintBackgrounds) in setShouldPrintBackgrounds() argument424 m_shouldPrintBackgrounds = shouldPrintBackgrounds; in setShouldPrintBackgrounds()
201 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } in shouldPrintBackgrounds() function
72 macro(ShouldPrintBackgrounds, shouldPrintBackgrounds, Bool, bool, false) \
146 HRESULT shouldPrintBackgrounds([out, retval] BOOL* enabled);
187 virtual HRESULT STDMETHODCALLTYPE shouldPrintBackgrounds(
966 HRESULT STDMETHODCALLTYPE WebPreferences::shouldPrintBackgrounds( in shouldPrintBackgrounds() function in WebPreferences
4616 hr = preferences->shouldPrintBackgrounds(&enabled); in notifyPreferencesChanged()
23666 (WebPreferences::shouldPrintBackgrounds):
256 -[WebPreferences shouldPrintBackgrounds]
21183 new accessor methods for new shouldPrintBackgrounds preference21188 (-[WebPreferences shouldPrintBackgrounds]):21195 tell WebCore about value of shouldPrintBackgrounds
1220 if (document->printing() && !settings->shouldPrintBackgrounds()) in styleForDocument()
2805 add shouldPrintBackgrounds field and accessors2809 (-[WebCoreSettings shouldPrintBackgrounds]):
11625 (KHTMLSettings::shouldPrintBackgrounds):