HomeSort by relevance Sort by last modified time
    Searched full:shadowa (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 341 const ShadowData* shadowA = (a->*m_getter)();
345 if (!shadowA && !shadowB) // end of both lists
348 if (!shadowA || !shadowB) // end of just one of the lists
351 if (*shadowA != *shadowB)
354 shadowA = shadowA->next();
363 const ShadowData* shadowA = (a->*m_getter)();
371 while (shadowA || shadowB) {
372 const ShadowData* srcShadow = shadowA ? shadowA : (shadowB->style() == Inset ? &defaultInsetShadowData : &defaultShadowData)
    [all...]

Completed in 292 milliseconds