Home
last modified time | relevance | path

Searched refs:PAGE_RULE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPageRule.h40 virtual CSSRule::Type type() const OVERRIDE { return PAGE_RULE; } in type()
56 DEFINE_CSS_RULE_TYPE_CASTS(CSSPageRule, PAGE_RULE);
DCSSPropertySourceData.h95 PAGE_RULE, enumerator
116 if (type == STYLE_RULE || type == FONT_FACE_RULE || type == PAGE_RULE) in CSSRuleSourceData()
DCSSRule.h46 PAGE_RULE, enumerator
DCSSRule.idl34 const unsigned short PAGE_RULE = 6;
DCSSGrammar.y962 parser->startRuleHeader(CSSRuleSourceData::PAGE_RULE);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSRuleCustom.cpp68 case CSSRule::PAGE_RULE: in wrap()