Searched refs:VIEWPORT_RULE (Results 1 – 7 of 7) sorted by relevance
50 virtual CSSRule::Type type() const OVERRIDE { return VIEWPORT_RULE; } in type()63 DEFINE_CSS_RULE_TYPE_CASTS(CSSViewportRule, VIEWPORT_RULE);
42 COMPILE_ASSERT(StyleRuleBase::Viewport == static_cast<StyleRuleBase::Type>(CSSRule::VIEWPORT_RULE),…
55 VIEWPORT_RULE = 15, enumerator
98 VIEWPORT_RULE, enumerator
40 [RuntimeEnabled=CSSViewport] const unsigned short VIEWPORT_RULE = 15;
1080 parser->startRuleHeader(CSSRuleSourceData::VIEWPORT_RULE);
76 case CSSRule::VIEWPORT_RULE: in wrap()