Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h353 - (BOOL)shouldPrintBackgrounds;
DWebPreferences.mm676 - (BOOL)shouldPrintBackgrounds
DWebView.mm1497 settings->setShouldPrintBackgrounds([preferences shouldPrintBackgrounds]);
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.h150 … WKPreferencesSetShouldPrintBackgrounds(WKPreferencesRef preferences, bool shouldPrintBackgrounds);
DWKPreferences.cpp452 return toImpl(preferencesRef)->shouldPrintBackgrounds(); in WKPreferencesGetShouldPrintBackgrounds()
/external/webkit/Source/WebCore/page/
DSettings.cpp422 void Settings::setShouldPrintBackgrounds(bool shouldPrintBackgrounds) in setShouldPrintBackgrounds() argument
424 m_shouldPrintBackgrounds = shouldPrintBackgrounds; in setShouldPrintBackgrounds()
DSettings.h201 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } in shouldPrintBackgrounds() function
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.h72 macro(ShouldPrintBackgrounds, shouldPrintBackgrounds, Bool, bool, false) \
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl146 HRESULT shouldPrintBackgrounds([out, retval] BOOL* enabled);
/external/webkit/Source/WebKit/win/
DWebPreferences.h187 virtual HRESULT STDMETHODCALLTYPE shouldPrintBackgrounds(
DWebPreferences.cpp966 HRESULT STDMETHODCALLTYPE WebPreferences::shouldPrintBackgrounds( in shouldPrintBackgrounds() function in WebPreferences
DWebView.cpp4616 hr = preferences->shouldPrintBackgrounds(&enabled); in notifyPreferencesChanged()
DChangeLog-2009-06-1623666 (WebPreferences::shouldPrintBackgrounds):
/external/webkit/Source/WebKit/mac/
DWebKit.order256 -[WebPreferences shouldPrintBackgrounds]
DChangeLog-2006-02-0921183 new accessor methods for new shouldPrintBackgrounds preference
21188 (-[WebPreferences shouldPrintBackgrounds]):
21195 tell WebCore about value of shouldPrintBackgrounds
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1220 if (document->printing() && !settings->shouldPrintBackgrounds()) in styleForDocument()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-252805 add shouldPrintBackgrounds field and accessors
2809 (-[WebCoreSettings shouldPrintBackgrounds]):
DChangeLog-2006-05-1011625 (KHTMLSettings::shouldPrintBackgrounds):