Searched refs:shouldSynchronize (Results 1 – 6 of 6) sorted by relevance
158 if (!m_requiredFeatures.shouldSynchronize) in synchronizeRequiredFeatures()167 if (!m_requiredExtensions.shouldSynchronize) in synchronizeRequiredExtensions()176 if (!m_systemLanguage.shouldSynchronize) in synchronizeSystemLanguage()184 m_requiredFeatures.shouldSynchronize = true; in requiredFeatures()190 m_requiredExtensions.shouldSynchronize = true; in requiredExtensions()196 m_systemLanguage.shouldSynchronize = true; in systemLanguage()
194 m_orientAngle.shouldSynchronize = true; in setOrientToAuto()195 m_orientType.shouldSynchronize = true; in setOrientToAuto()206 m_orientAngle.shouldSynchronize = true; in setOrientToAngle()207 m_orientType.shouldSynchronize = true; in setOrientToAngle()229 if (!ownerType->m_orientType.shouldSynchronize) in synchronizeOrientType()250 m_orientType.shouldSynchronize = true; in orientType()
140 if (!ownerType->m_points.shouldSynchronize) in synchronizePoints()155 m_points.shouldSynchronize = true; in points()161 m_points.shouldSynchronize = true; in animatedPoints()
259 …if (m_pathSegList.shouldSynchronize && !SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnim… in svgAttributeChanged()328 if (!ownerType->m_pathSegList.shouldSynchronize) in synchronizeD()335 m_pathSegList.shouldSynchronize = true; in pathSegList()347 m_pathSegList.shouldSynchronize = true; in animatedPathSegList()
79 if (!ownerType->m_textLength.shouldSynchronize) in synchronizeTextLength()99 m_textLength.shouldSynchronize = true; in textLength()
38 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()45 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()52 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()62 bool shouldSynchronize : 1; member127 m_##LowerProperty.shouldSynchronize = true; \133 if (!m_##LowerProperty.shouldSynchronize) \