Home
last modified time | relevance | path

Searched refs:m_elementStyleResources (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.cpp41 , m_styleMap(*this, m_elementStyleResources) in StyleResolverState()
52 m_elementStyleResources.setDeviceScaleFactor(document.frameHost()->deviceScaleFactor()); in StyleResolverState()
DStyleResolverState.h112 ElementStyleResources& elementStyleResources() { return m_elementStyleResources; } in elementStyleResources()
121 …return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(… in styleImage()
160 ElementStyleResources m_elementStyleResources; variable
DCSSToStyleMap.h52 … ElementStyleResources& elementStyleResources) : m_state(state), m_elementStyleResources(elementSt… in CSSToStyleMap()
89 ElementStyleResources& m_elementStyleResources; variable
DCSSToStyleMap.cpp52 …return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(),… in styleImage()