Searched defs:PropertySetCSSStyleDeclaration (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.h43 class PropertySetCSSStyleDeclaration : public CSSStyleDeclaration { class in namespace:WebCore
45 PropertySetCSSStyleDeclaration(MutableStylePropertySet* propertySet) : m_propertySet(propertySet) { } function in class:WebCore::PropertySetCSSStyleDeclaration
92 class StyleRuleCSSStyleDeclaration : public PropertySetCSSStyleDeclaration
122 class InlineCSSStyleDeclaration : public PropertySetCSSStyleDeclaration
126 : PropertySetCSSStyleDeclaration(propertySet)

Completed in 424 milliseconds