Home
last modified time | relevance | path

Searched refs:m_styleMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h102 const CSSToStyleMap& styleMap() const { return m_styleMap; } in styleMap()
103 CSSToStyleMap& styleMap() { return m_styleMap; } in styleMap()
169 CSSToStyleMap m_styleMap; variable
DStyleResolverState.cpp41 , m_styleMap(*this, m_elementStyleResources) in StyleResolverState()