Searched refs:contentAttrValues (Results 1 – 3 of 3) sorted by relevance
92 Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } in contentAttrValues() function
576 static void addContentAttrValuesToFeatures(const Vector<AtomicString>& contentAttrValues, RuleFeatu… in addContentAttrValuesToFeatures() argument578 for (size_t i = 0; i < contentAttrValues.size(); ++i) in addContentAttrValuesToFeatures()579 features.addContentAttr(contentAttrValues[i]); in addContentAttrValuesToFeatures()671 addContentAttrValuesToFeatures(state.contentAttrValues(), m_features); in styleForElement()845 addContentAttrValuesToFeatures(state.contentAttrValues(), m_features); in pseudoStyleForElementInternal()921 addContentAttrValuesToFeatures(state.contentAttrValues(), m_features); in styleForPage()
1184 state.contentAttrValues().append(attr.localName()); in applyValueCSSPropertyContent()