Home
last modified time | relevance | path

Searched refs:setDeclaration (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSFontFaceRule.cpp38 void CSSFontFaceRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::CSSFontFaceRule
DCSSFontFaceRule.h50 void setDeclaration(PassRefPtr<CSSMutableStyleDeclaration>);
DWebKitCSSKeyframeRule.h69 void setDeclaration(PassRefPtr<CSSMutableStyleDeclaration>);
DCSSStyleRule.h54 void setDeclaration(PassRefPtr<CSSMutableStyleDeclaration>);
DWebKitCSSKeyframeRule.cpp61 void WebKitCSSKeyframeRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::WebKitCSSKeyframeRule
DCSSStyleRule.cpp104 void CSSStyleRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::CSSStyleRule
DCSSParser.cpp6327 …rule->setDeclaration(CSSMutableStyleDeclaration::create(rule.get(), m_parsedProperties, m_numParse… in createStyleRule()
6366 …rule->setDeclaration(CSSMutableStyleDeclaration::create(rule.get(), m_parsedProperties, m_numParse… in createFontFaceRule()
6417 …rule->setDeclaration(CSSMutableStyleDeclaration::create(rule.get(), m_parsedProperties, m_numParse… in createPageRule()
6480 …keyframe->setDeclaration(CSSMutableStyleDeclaration::create(0, m_parsedProperties, m_numParsedProp… in createKeyframeRule()
/external/webkit/Source/WebCore/svg/
DSVGFontFaceElement.cpp56 m_fontFaceRule->setDeclaration(m_styleDeclaration.get()); in SVGFontFaceElement()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2511646 (CSSStyleRuleImpl::setDeclaration):
DChangeLog-2005-08-2317377 (CSSStyleRuleImpl::setDeclaration):
30802 (CSSStyleRuleImpl::setDeclaration):
DChangeLog-2005-12-19642 (DOM::CSSStyleRuleImpl::setDeclaration):
DChangeLog-2006-05-1021204 (WebCore::CSSStyleRuleImpl::setDeclaration):
DChangeLog-2008-08-108580 (WebCore::CSSVariablesRule::setDeclaration):
10204 (WebCore::CSSVariablesRule::setDeclaration):
DChangeLog-2007-10-141091 (WebCore::CSSFontFaceRule::setDeclaration):