Home
last modified time | relevance | path

Searched refs:ShadowDataVector (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.h46 typedef Vector<ShadowData, 1> ShadowDataVector; typedef
53 static PassRefPtr<ShadowList> adopt(ShadowDataVector& shadows) in adopt()
57 const ShadowDataVector& shadows() const { return m_shadows; } in shadows()
69 ShadowList(ShadowDataVector& shadows) in ShadowList()
76 ShadowDataVector m_shadows;
DShadowList.cpp82 ShadowDataVector shadows; in blend()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.cpp544 ShadowDataVector shadows; in convertShadow()