Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DSettings.h201 bool shouldPrintBackgrounds() const { return m_shouldPrintBackgrounds; } in shouldPrintBackgrounds()
549 bool m_shouldPrintBackgrounds : 1; variable
DSettings.cpp118 , m_shouldPrintBackgrounds(false) in Settings()
424 m_shouldPrintBackgrounds = shouldPrintBackgrounds; in setShouldPrintBackgrounds()