HomeSort by relevance Sort by last modified time
    Searched refs:m_shouldShrinkImage (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
ImageDocument.h 71 bool m_shouldShrinkImage;
ImageDocument.cpp 181 , m_shouldShrinkImage(shouldShrinkToFit())
267 m_shouldShrinkImage = !m_shouldShrinkImage;
269 if (m_shouldShrinkImage)
344 if (!m_shouldShrinkImage) {

Completed in 420 milliseconds