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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSViewportRule.cpp 32 #include "core/css/CSSViewportRule.h"
41 CSSViewportRule::CSSViewportRule(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet)
47 CSSViewportRule::~CSSViewportRule()
53 CSSStyleDeclaration* CSSViewportRule::style() const
56 m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_viewportRule->mutableProperties(), const_cast<CSSViewportRule*>(this));
61 String CSSViewportRule::cssText() const
76 void CSSViewportRule::reattach(StyleRuleBase* rule)
CSSViewportRule.h 42 class CSSViewportRule: public CSSRule {
44 static PassRefPtr<CSSViewportRule> create(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet)
46 return adoptRef(new CSSViewportRule(viewportRule, sheet));
48 ~CSSViewportRule();
57 CSSViewportRule(StyleRuleViewport*, CSSStyleSheet*);
63 DEFINE_CSS_RULE_TYPE_CASTS(CSSViewportRule, VIEWPORT_RULE);

Completed in 915 milliseconds