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

  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.h 34 class CSSComputedStyleDeclaration : public CSSStyleDeclaration {
36 friend PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node>);
37 virtual ~CSSComputedStyleDeclaration();
63 CSSComputedStyleDeclaration(PassRefPtr<Node>);
75 inline PassRefPtr<CSSComputedStyleDeclaration> computedStyle(PassRefPtr<Node> node)
77 return adoptRef(new CSSComputedStyleDeclaration(node));
CSSComputedStyleDeclaration.cpp 24 #include "CSSComputedStyleDeclaration.h"
510 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n)
515 CSSComputedStyleDeclaration::~CSSComputedStyleDeclaration()
519 String CSSComputedStyleDeclaration::cssText() const
535 void CSSComputedStyleDeclaration::setCssText(const String&, ExceptionCode& ec)
547 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getFontSizeCSSValuePreferringKeyword() const
565 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadow(const ShadowData* shadow, int id) const
585 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID) cons
    [all...]

Completed in 57 milliseconds