Home | History | Annotate | Download | only in css

Lines Matching defs:CSSComputedStyleDeclaration

25 #include "CSSComputedStyleDeclaration.h"
439 PassRefPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(RenderStyle* style, const Color& color) const
599 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName)
608 CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration()
612 String CSSComputedStyleDeclaration::cssText() const
628 void CSSComputedStyleDeclaration::setCssText(const String&, ExceptionCode& ec)
640 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getFontSizeCSSValuePreferringKeyword() const
660 bool CSSComputedStyleDeclaration::useFixedFontDefaultSize() const
672 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadow(const ShadowData* shadow, int id, RenderStyle* style) const
693 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID) const
815 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID, EUpdateLayout updateLayout) const
1898 String CSSComputedStyleDeclaration::getPropertyValue(int propertyID) const
1906 bool CSSComputedStyleDeclaration::getPropertyPriority(int /*propertyID*/) const
1912 String CSSComputedStyleDeclaration::removeProperty(int /*propertyID*/, ExceptionCode& ec)
1918 void CSSComputedStyleDeclaration::setProperty(int /*propertyID*/, const String& /*value*/, bool /*important*/, ExceptionCode& ec)
1923 unsigned CSSComputedStyleDeclaration::virtualLength() const
1936 String CSSComputedStyleDeclaration::item(unsigned i) const
1944 bool CSSComputedStyleDeclaration::cssPropertyMatches(const CSSProperty* property) const
1960 PassRefPtr<CSSMutableStyleDeclaration> CSSComputedStyleDeclaration::copy() const
1965 PassRefPtr<CSSMutableStyleDeclaration> CSSComputedStyleDeclaration::makeMutable()