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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.h 112 static unsigned hash(const SMILTime& key) { return WTF::FloatHash<double>::hash(key.value()); }
113 static bool equal(const SMILTime& a, const SMILTime& b) { return WTF::FloatHash<double>::equal(a.value(), b.value()); }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 109 template<typename T> struct FloatHash {
213 template<> struct DefaultHash<float> { typedef FloatHash<float> Hash; };
214 template<> struct DefaultHash<double> { typedef FloatHash<double> Hash; };

Completed in 786 milliseconds