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 97 , m_animatedResizeIsActive(false)
126 m_animatedResizeIsActive = false;
133 if (!m_animatedResizeIsActive && !m_liveResizeOptimizationIsActive)
135 m_animatedResizeIsActive = false;
213 if (m_animatedResizeIsActive) {
236 m_animatedResizeIsActive = true;
ImageQualityController.h 76 bool m_animatedResizeIsActive;

Completed in 145 milliseconds