Home
last modified time | relevance | path

Searched defs:shadowList (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableShadow.h42 static PassRefPtr<AnimatableShadow> create(PassRefPtr<ShadowList> shadowList) in create()
46 ShadowList* shadowList() const { return m_shadowList.get(); } in shadowList() function
53 explicit AnimatableShadow(PassRefPtr<ShadowList> shadowList) in AnimatableShadow()
DAnimatableShadow.cpp38 const AnimatableShadow* shadowList = toAnimatableShadow(value); in interpolateTo() local
51 const ShadowList* shadowList = toAnimatableShadow(value)->m_shadowList.get(); in equalTo() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp39 static inline void calculateShadowExtent(const ShadowList* shadowList, int additionalOutlineSize, i… in calculateShadowExtent()
DRenderStyle.cpp1265 void RenderStyle::getShadowExtent(const ShadowList* shadowList, LayoutUnit &top, LayoutUnit &right,… in getShadowExtent() argument
1308 void RenderStyle::getShadowHorizontalExtent(const ShadowList* shadowList, LayoutUnit &left, LayoutU… in getShadowHorizontalExtent() argument
1325 void RenderStyle::getShadowVerticalExtent(const ShadowList* shadowList, LayoutUnit &top, LayoutUnit… in getShadowVerticalExtent() argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp67 const ShadowList* shadowList = context->printing() ? 0 : style->textShadow(); in paint() local
DInlineTextBox.cpp396 const ShadowList* shadowList, bool stroked, bool horizontal) in paintTextWithShadows()
1056 … boxOrigin, TextDecoration deco, TextDecorationStyle decorationStyle, const ShadowList* shadowList) in paintDecoration()
DRenderBoxModelObject.cpp506 const ShadowList* shadowList = renderer->style()->boxShadow(); in applyBoxShadowForBackground() local
2426 const ShadowList* shadowList = style()->boxShadow(); in boxShadowShouldBeAppliedToBackground() local
2487 const ShadowList* shadowList = s->boxShadow(); in paintBoxShadow() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp624 const ShadowList* shadowList = style->textShadow(); in paintTextWithShadows() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1318 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadowList(const ShadowList* shadowList, … in valueForShadowList() argument