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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGProperty.h 29 BaseValRole,
SVGAnimatedTransformListPropertyTearOff.h 34 m_baseVal = SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
SVGAnimatedPathSegListPropertyTearOff.h 37 m_baseVal = SVGPathSegListPropertyTearOff::create(this, BaseValRole, PathSegUnalteredRole, m_values, m_wrappers);
SVGAnimatedPropertyTearOff.h 50 m_baseVal = PropertyTearOff::create(this, BaseValRole, m_property);
SVGAnimatedListPropertyTearOff.h 45 m_baseVal = ListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);

Completed in 70 milliseconds