HomeSort by relevance Sort by last modified time
    Searched defs:setDeclaration (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/css/
CSSFontFaceRule.cpp 38 void CSSFontFaceRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style)
CSSStyleRule.cpp 74 void CSSStyleRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style)
CSSVariablesRule.h 58 void setDeclaration(PassRefPtr<CSSVariablesDeclaration> decl) { m_variables = decl; }
WebKitCSSKeyframeRule.cpp 61 void WebKitCSSKeyframeRule::setDeclaration(PassRefPtr<CSSMutableStyleDeclaration> style)

Completed in 39 milliseconds