OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultMaximumForClamp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h
211
template<typename T> inline T
defaultMaximumForClamp
() { return std::numeric_limits<T>::max(); }
213
template<typename T> inline T clampTo(double value, T min = defaultMinimumForClamp<T>(), T max =
defaultMaximumForClamp
<T>())
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp
86
template<typename T> T animatableValueRoundClampTo(const AnimatableValue* value, T min = defaultMinimumForClamp<T>(), T max =
defaultMaximumForClamp
<T>())
Completed in 445 milliseconds