Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp244 setOnFillLayers<CSSPropertyBackgroundImage>(style->accessBackgroundLayers(), value, state); in applyProperty()
247 … setOnFillLayers<CSSPropertyBackgroundPositionX>(style->accessBackgroundLayers(), value, state); in applyProperty()
250 … setOnFillLayers<CSSPropertyBackgroundPositionY>(style->accessBackgroundLayers(), value, state); in applyProperty()
253 setOnFillLayers<CSSPropertyBackgroundSize>(style->accessBackgroundLayers(), value, state); in applyProperty()
477 … setOnFillLayers<CSSPropertyWebkitBackgroundSize>(style->accessBackgroundLayers(), value, state); in applyProperty()
DStyleResourceLoader.cpp135 …for (FillLayer* backgroundLayer = style->accessBackgroundLayers(); backgroundLayer; backgroundLaye… in loadPendingImages()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp961 …CSSPropertyBackgroundImage, &RenderStyle::backgroundLayers, &RenderStyle::accessBackgroundLayers)); in ensurePropertyMap()
975 …ropertyBackgroundPositionX, &RenderStyle::backgroundLayers, &RenderStyle::accessBackgroundLayers)); in ensurePropertyMap()
976 …ropertyBackgroundPositionY, &RenderStyle::backgroundLayers, &RenderStyle::accessBackgroundLayers)); in ensurePropertyMap()
977 …(CSSPropertyBackgroundSize, &RenderStyle::backgroundLayers, &RenderStyle::accessBackgroundLayers)); in ensurePropertyMap()
978 …opertyWebkitBackgroundSize, &RenderStyle::backgroundLayers, &RenderStyle::accessBackgroundLayers)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h643 FillLayer* accessBackgroundLayers() { return &(m_background.access()->m_background); } in accessBackgroundLayers() function
1106 accessBackgroundLayers()->cullEmptyLayers(); in adjustBackgroundLayers()
1107 accessBackgroundLayers()->fillUnsetProperties(); in adjustBackgroundLayers()