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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableVisibility.cpp 50 return takeConstRef(this);
52 return takeConstRef(value);
53 return takeConstRef(from == VISIBLE ? this : value);
AnimatableValue.h 119 static PassRefPtrWillBeRawPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); }
122 static PassRefPtrWillBeRawPtr<T> takeConstRef(const T* value) { return PassRefPtrWillBeRawPtr<T>(const_cast<T*>(value)); }
AnimatableStrokeDasharrayList.cpp 76 return takeConstRef(this);

Completed in 556 milliseconds