HomeSort by relevance Sort by last modified time
    Searched full:m_styledeclaration (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 53 , m_styleDeclaration(CSSMutableStyleDeclaration::create())
55 m_styleDeclaration->setParent(document()->mappedElementSheet());
56 m_styleDeclaration->setStrictParsing(true);
57 m_fontFaceRule->setDeclaration(m_styleDeclaration.get());
117 m_styleDeclaration->setProperty(propId, attr->value(), false);
263 return m_styleDeclaration->getPropertyValue(CSSPropertyFontFamily);
298 m_styleDeclaration->addParsedProperties(&srcPropertyRef, 1);
302 RefPtr<CSSValue> src = m_styleDeclaration->getPropertyCSSValue(CSSPropertySrc);
SVGFontFaceElement.h 63 RefPtr<CSSMutableStyleDeclaration> m_styleDeclaration;

Completed in 24 milliseconds