HomeSort by relevance Sort by last modified time
    Searched full:is_unsupported_type (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 159 template<typename T> struct is_unsupported_type { enum { answer = 0 }; }; struct in namespace:WebCore::CheckedInt_internal
160 template<> struct is_unsupported_type<unsupported_type> { enum { answer = 1 }; }; struct in namespace:WebCore::CheckedInt_internal
169 = is_unsupported_type<

Completed in 821 milliseconds