HomeSort by relevance Sort by last modified time
    Searched refs:shadowB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp 553 const ShadowData* shadowB = (b->*m_getter)();
557 if (!shadowA && !shadowB)
561 if (!shadowA || !shadowB)
564 if (*shadowA != *shadowB)
568 shadowB = shadowB->next();
577 const ShadowData* shadowB = (b->*m_getter)();
580 int toLength = shadowListLength(shadowB);
583 (dst->*m_setter)(blendSimpleOrMatchedShadowLists(anim, progress, shadowA, shadowB), false);
587 (dst->*m_setter)(blendMismatchedShadowLists(anim, progress, shadowA, shadowB, fromLength, toLength), false)
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 143 When .kind is Orig, .shadowV and .shadowB may give the identities
145 and origin (shadowB) values, or these may be IRTemp_INVALID if code
149 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
160 IRTemp shadowB;
245 ent.shadowB = IRTemp_INVALID;
    [all...]

Completed in 326 milliseconds