Searched refs:hasCharsetRule (Results 1 – 3 of 3) sorted by relevance
182 if (hasCharsetRule()) { in ruleAt()197 result += hasCharsetRule() ? 1 : 0; in ruleCount()235 if (hasCharsetRule()) { in wrapperInsertRule()279 if (hasCharsetRule()) { in wrapperDeleteRule()
105 bool hasCharsetRule() const { return !m_encodingFromCharsetRule.isNull(); } in hasCharsetRule() function
256 if (index == 0 && m_contents->hasCharsetRule()) { in item()