HomeSort by relevance Sort by last modified time
    Searched refs:isImportRule (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.cpp 76 if (newRule->isImportRule()) {
StyleSheetContents.cpp 136 if (rule->isImportRule()) {
230 if (childVectorIndex < m_importRules.size() || (childVectorIndex == m_importRules.size() && rule->isImportRule())) {
232 if (!rule->isImportRule())
246 if (rule->isImportRule())
StyleRule.h 67 bool isImportRule() const { return type() == Import; }

Completed in 40 milliseconds