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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 41 static const bool canMoveWithMemcpy = isPod;
53 static const bool canMoveWithMemcpy = true;
77 static const bool canMoveWithMemcpy = FirstTraits::canMoveWithMemcpy && SecondTraits::canMoveWithMemcpy;
Vector.h 94 template <bool canMoveWithMemcpy, typename T>
230 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
235 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::moveOverlapping(src, srcEnd, dst);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 195 static const bool canMoveWithMemcpy = true;

Completed in 5910 milliseconds