Home
last modified time | relevance | path

Searched defs:setDeclaration (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/css/
DCSSFontFaceRule.cpp38 void CSSFontFaceRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::CSSFontFaceRule
DCSSVariablesRule.h58 void setDeclaration(PassRefPtr<CSSVariablesDeclaration> decl) { m_variables = decl; } in setDeclaration() function
DCSSStyleRule.cpp74 void CSSStyleRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::CSSStyleRule
DWebKitCSSKeyframeRule.cpp61 void WebKitCSSKeyframeRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style) in setDeclaration() function in WebCore::WebKitCSSKeyframeRule