Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp342 const ShadowData* shadowB = (b->*m_getter)(); in equals() local
345 if (!shadowA && !shadowB) // end of both lists in equals()
348 if (!shadowA || !shadowB) // end of just one of the lists in equals()
351 if (*shadowA != *shadowB) in equals()
355 shadowB = shadowB->next(); in equals()
364 const ShadowData* shadowB = (b->*m_getter)(); in blend() local
371 while (shadowA || shadowB) { in blend()
372 …const ShadowData* srcShadow = shadowA ? shadowA : (shadowB->style() == Inset ? &defaultInsetShadow… in blend()
373 …const ShadowData* dstShadow = shadowB ? shadowB : (shadowA->style() == Inset ? &defaultInsetShadow… in blend()
384 shadowB = shadowB ? shadowB->next() : 0; in blend()
/external/valgrind/main/memcheck/
Dmc_translate.c159 IRTemp shadowB; member
238 ent.shadowB = IRTemp_INVALID; in newTemp()
4916 ent.shadowB = IRTemp_INVALID; in MC_()
5315 if (ent->shadowB == IRTemp_INVALID) { in findShadowTmpB()
5322 tl_assert(ent->shadowB == IRTemp_INVALID); in findShadowTmpB()
5323 ent->shadowB = tmpB; in findShadowTmpB()
5325 return ent->shadowB; in findShadowTmpB()