OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:takeConstRef
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableVisibility.cpp
43
return
takeConstRef
(this);
45
return
takeConstRef
(value);
46
return
takeConstRef
(from == VISIBLE ? this : value);
AnimatableDouble.cpp
58
return
takeConstRef
(value);
61
return
takeConstRef
(this);
AnimatableValue.cpp
64
return
takeConstRef
(right);
66
return
takeConstRef
(left);
AnimatableValue.h
115
static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return
takeConstRef
((fraction < 0.5) ? left : right); }
119
static PassRefPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return
takeConstRef
(right); }
122
static PassRefPtr<T>
takeConstRef
(const T* value) { return PassRefPtr<T>(const_cast<T*>(value)); }
AnimatableStrokeDasharrayList.cpp
67
return
takeConstRef
(this);
AnimatableLength.cpp
111
return
takeConstRef
(value);
115
return
takeConstRef
(this);
Completed in 712 milliseconds