Home
last modified time | relevance | path

Searched defs:CFNumberTraits (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferences.cpp63 template<typename NumberType> struct CFNumberTraits { static const unsigned Type; }; struct
64 template<> struct CFNumberTraits<int> { static const unsigned Type = kCFNumberSInt32Type; }; argument
65 template<> struct CFNumberTraits<LONGLONG> { static const unsigned Type = kCFNumberLongLongType; }; struct
66 template<> struct CFNumberTraits<float> { static const unsigned Type = kCFNumberFloat32Type; }; struct