Home
last modified time | relevance | path

Searched refs:isViewportRule (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.h66 bool isViewportRule() const { return type() == Viewport; } in isViewportRule() function
DRuleSet.cpp389 } else if (rule->isViewportRule()) { in addChildRules()