Home
last modified time | relevance | path

Searched refs:contentAttrValues (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h92 Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } in contentAttrValues() function
DStyleResolver.cpp576 static void addContentAttrValuesToFeatures(const Vector<AtomicString>& contentAttrValues, RuleFeatu… in addContentAttrValuesToFeatures() argument
578 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()
DStyleBuilderCustom.cpp1184 state.contentAttrValues().append(attr.localName()); in applyValueCSSPropertyContent()