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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 71 , m_animatedResizeIsActive(false)
100 m_animatedResizeIsActive = false;
107 if (!m_animatedResizeIsActive && !m_liveResizeOptimizationIsActive)
109 m_animatedResizeIsActive = false;
184 if (m_animatedResizeIsActive) {
207 m_animatedResizeIsActive = true;
ImageQualityController.h 71 bool m_animatedResizeIsActive;

Completed in 312 milliseconds