Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DImageDocument.cpp168 , m_shouldShrinkImage(shouldShrinkToFit()) in ImageDocument()
252 m_shouldShrinkImage = !m_shouldShrinkImage; in imageClicked()
254 if (m_shouldShrinkImage) in imageClicked()
329 if (!m_shouldShrinkImage) { in windowSizeChanged()
DImageDocument.h72 bool m_shouldShrinkImage; variable