Home
last modified time | relevance | path

Searched refs:shouldSynchronize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTests.cpp158 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()
DSVGMarkerElement.cpp194 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()
DSVGPolyElement.cpp140 if (!ownerType->m_points.shouldSynchronize) in synchronizePoints()
155 m_points.shouldSynchronize = true; in points()
161 m_points.shouldSynchronize = true; in animatedPoints()
DSVGPathElement.cpp259 …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()
DSVGTextContentElement.cpp79 if (!ownerType->m_textLength.shouldSynchronize) in synchronizeTextLength()
99 m_textLength.shouldSynchronize = true; in textLength()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyMacros.h38 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()
45 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()
52 , shouldSynchronize(false) in SVGSynchronizableAnimatedProperty()
62 bool shouldSynchronize : 1; member
127 m_##LowerProperty.shouldSynchronize = true; \
133 if (!m_##LowerProperty.shouldSynchronize) \