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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.h 72 bool m_shouldShrinkImage;
ImageDocument.cpp 168 , m_shouldShrinkImage(shouldShrinkToFit())
252 m_shouldShrinkImage = !m_shouldShrinkImage;
254 if (m_shouldShrinkImage)
329 if (!m_shouldShrinkImage) {

Completed in 1254 milliseconds