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

  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.h 64 RefPtr<CSSMutableStyleDeclaration> m_styleDeclaration;
SVGFontFaceElement.cpp 52 , m_styleDeclaration(CSSMutableStyleDeclaration::create())
54 m_styleDeclaration->setParent(document->mappedElementSheet());
55 m_styleDeclaration->setStrictParsing(true);
56 m_fontFaceRule->setDeclaration(m_styleDeclaration.get());
116 m_styleDeclaration->setProperty(propId, attr->value(), false);
261 return m_styleDeclaration->getPropertyValue(CSSPropertyFontFamily);
302 m_styleDeclaration->addParsedProperties(&srcPropertyRef, 1);
306 RefPtr<CSSValue> src = m_styleDeclaration->getPropertyCSSValue(CSSPropertySrc);

Completed in 209 milliseconds