Home
last modified time | relevance | path

Searched refs:m_inLowBandwidthDisplay (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h335 || m_inLowBandwidthDisplay in haveStylesheetsLoaded()
782 bool inLowBandwidthDisplay() const { return m_inLowBandwidthDisplay; } in inLowBandwidthDisplay()
783 void setLowBandwidthDisplay(bool lowBandWidth) { m_inLowBandwidthDisplay = lowBandWidth; } in setLowBandwidthDisplay()
1157 bool m_inLowBandwidthDisplay; variable
DDocument.cpp338 , m_inLowBandwidthDisplay(false) in Document()
/external/webkit/WebCore/
DChangeLog-2007-10-1443268 (WebCore::Document::Document): initialize member variable m_inLowBandwidthDisplay