Searched refs:shouldPrintBackgrounds (Results 1 - 13 of 13) sorted by path

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1220 if (document->printing() && !settings->shouldPrintBackgrounds())
/external/webkit/Source/WebCore/page/
H A DSettings.cpp422 void Settings::setShouldPrintBackgrounds(bool shouldPrintBackgrounds) argument
424 m_shouldPrintBackgrounds = shouldPrintBackgrounds;
H A DSettings.h201 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferences.h350 @method shouldPrintBackgrounds
351 @result The value of the shouldPrintBackgrounds preferences flag
353 - (BOOL)shouldPrintBackgrounds;
H A DWebPreferences.mm676 - (BOOL)shouldPrintBackgrounds
H A DWebView.mm1497 settings->setShouldPrintBackgrounds([preferences shouldPrintBackgrounds]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl146 HRESULT shouldPrintBackgrounds([out, retval] BOOL* enabled);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp966 HRESULT STDMETHODCALLTYPE WebPreferences::shouldPrintBackgrounds( function in class:WebPreferences
H A DWebPreferences.h187 virtual HRESULT STDMETHODCALLTYPE shouldPrintBackgrounds(
H A DWebView.cpp4616 hr = preferences->shouldPrintBackgrounds(&enabled);
/external/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.h72 macro(ShouldPrintBackgrounds, shouldPrintBackgrounds, Bool, bool, false) \
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.cpp452 return toImpl(preferencesRef)->shouldPrintBackgrounds();
H A DWKPreferences.h150 WK_EXPORT void WKPreferencesSetShouldPrintBackgrounds(WKPreferencesRef preferences, bool shouldPrintBackgrounds);

Completed in 2158 milliseconds