Searched refs:m_styleSelector (Results 1 – 4 of 4) sorted by relevance
428 CSSStyleSelector* styleSelectorIfExists() const { return m_styleSelector.get(); } in styleSelectorIfExists()437 if (!m_styleSelector) in styleSelector()439 return m_styleSelector.get(); in styleSelector()1151 OwnPtr<CSSStyleSelector> m_styleSelector; variable
1524 if (m_styleSelector) { in recalcStyle()1525 m_usesSiblingRules = m_styleSelector->usesSiblingRules(); in recalcStyle()1526 m_usesFirstLineRules = m_styleSelector->usesFirstLineRules(); in recalcStyle()1527 m_usesBeforeAfterRules = m_styleSelector->usesBeforeAfterRules(); in recalcStyle()1528 m_usesLinkRules = m_styleSelector->usesLinkRules(); in recalcStyle()1699 …m_styleSelector.set(new CSSStyleSelector(this, m_styleSheets.get(), m_mappedElementSheet.get(), pa… in createStyleSelector()1702 m_usesSiblingRules = m_usesSiblingRules || m_styleSelector->usesSiblingRules(); in createStyleSelector()1703 m_usesFirstLineRules = m_usesFirstLineRules || m_styleSelector->usesFirstLineRules(); in createStyleSelector()1704 m_usesBeforeAfterRules = m_usesBeforeAfterRules || m_styleSelector->usesBeforeAfterRules(); in createStyleSelector()1705 m_usesLinkRules = m_usesLinkRules || m_styleSelector->usesLinkRules(); in createStyleSelector()[all …]
10729 Replaced use of m_styleSelector with styleSelector().
1338 m_styleSelector on Document is now an OwnPtr.