Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp311 ShadowData* shadowB = (b->*m_getter)(); in equals() local
314 if (!shadowA && !shadowB) // end of both lists in equals()
317 if (!shadowA || !shadowB) // end of just one of the lists in equals()
320 if (*shadowA != *shadowB) in equals()
324 shadowB = shadowB->next; in equals()
333 ShadowData* shadowB = (b->*m_getter)(); in blend() local
338 while (shadowA || shadowB) { in blend()
340 ShadowData* dstShadow = shadowB ? shadowB : &defaultShadowData; in blend()
348 shadowB = shadowB ? shadowB->next : 0; in blend()