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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.h 48 SVGAttributeMode,
73 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode;
83 return mode == SVGAttributeMode;
  /external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DeferredLegacyStyleInterpolationTest.cpp 24 parserMode = SVGAttributeMode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 72 m_animatedSMILStyleProperties = MutableStylePropertySet::create(SVGAttributeMode);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PresentationAttributeStyle.cpp 181 style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 85 milliseconds