OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStyleRule
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h
63
bool
isStyleRule
() const { return type() == Style; }
283
DEFINE_TYPE_CASTS(StyleRule, StyleRuleBase, rule, rule->
isStyleRule
(), rule.
isStyleRule
());
StyleInvalidationAnalysis.cpp
78
if (!rule->
isStyleRule
())
166
if (!rule->
isStyleRule
()) {
RuleSet.cpp
350
if (regionStylingRule->
isStyleRule
())
364
if (rule->
isStyleRule
()) {
StyleSheetContents.cpp
442
if (rule->
isStyleRule
())
Completed in 31 milliseconds