Home
last modified time | relevance | path

Searched refs:m_shouldPrintBackgrounds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
DSettings.h145 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } in shouldPrintBackgrounds()
315 bool m_shouldPrintBackgrounds : 1; variable
DSettings.cpp76 , m_shouldPrintBackgrounds(false) in Settings()
272 m_shouldPrintBackgrounds = shouldPrintBackgrounds; in setShouldPrintBackgrounds()