Searched refs:m_shouldShrinkImage (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/loader/
H A DImageDocument.h71 bool m_shouldShrinkImage; member in class:WebCore::ImageDocument
H A DImageDocument.cpp177 , m_shouldShrinkImage(shouldShrinkToFit())
252 m_shouldShrinkImage = !m_shouldShrinkImage;
254 if (m_shouldShrinkImage)
325 if (!m_shouldShrinkImage) {

Completed in 76 milliseconds