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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 176 if (!m_requiredFeatures.shouldSynchronize)
185 if (!m_requiredExtensions.shouldSynchronize)
194 if (!m_systemLanguage.shouldSynchronize)
202 m_requiredFeatures.shouldSynchronize = true;
208 m_requiredExtensions.shouldSynchronize = true;
214 m_systemLanguage.shouldSynchronize = true;
SVGPolyElement.cpp 133 if (!ownerType->m_points.shouldSynchronize)
148 m_points.shouldSynchronize = true;
154 m_points.shouldSynchronize = true;
SVGMarkerElement.cpp 195 m_orientAngle.shouldSynchronize = true;
196 m_orientType.shouldSynchronize = true;
207 m_orientAngle.shouldSynchronize = true;
208 m_orientType.shouldSynchronize = true;
230 if (!ownerType->m_orientType.shouldSynchronize)
251 m_orientType.shouldSynchronize = true;
SVGPathElement.cpp 262 if (m_pathSegList.shouldSynchronize && !SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(this, dPropertyInfo())->isAnimating()) {
332 if (!ownerType->m_pathSegList.shouldSynchronize)
339 m_pathSegList.shouldSynchronize = true;
351 m_pathSegList.shouldSynchronize = true;
SVGTextContentElement.cpp 79 if (!ownerType->m_textLength.shouldSynchronize)
99 m_textLength.shouldSynchronize = true;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyMacros.h 38 , shouldSynchronize(false)
46 , shouldSynchronize(false)
54 , shouldSynchronize(false)
65 bool shouldSynchronize : 1;
131 m_##LowerProperty.shouldSynchronize = true; \
142 if (!m_##LowerProperty.shouldSynchronize) \

Completed in 1337 milliseconds