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 80 if (newRule->isImportRule()) {
StyleSheetContents.cpp 149 if (rule->isImportRule()) {
243 if (childVectorIndex < m_importRules.size() || (childVectorIndex == m_importRules.size() && rule->isImportRule())) {
245 if (!rule->isImportRule())
259 if (rule->isImportRule())
StyleRule.h 66 bool isImportRule() const { return type() == Import; }

Completed in 70 milliseconds