OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_elementStyleResources
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.cpp
41
, m_styleMap(*this,
m_elementStyleResources
)
51
m_elementStyleResources
.setDeviceScaleFactor(page->deviceScaleFactor());
CSSToStyleMap.h
48
CSSToStyleMap(const StyleResolverState& state, ElementStyleResources& elementStyleResources) : m_state(state),
m_elementStyleResources
(elementStyleResources) { }
87
ElementStyleResources&
m_elementStyleResources
;
StyleResolverState.h
101
ElementStyleResources& elementStyleResources() { return
m_elementStyleResources
; }
110
return
m_elementStyleResources
.styleImage(document().textLinkColors(), style()->color(), propertyId, value);
166
ElementStyleResources
m_elementStyleResources
;
CSSToStyleMap.cpp
57
return
m_elementStyleResources
.styleImage(m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
Completed in 22 milliseconds