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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.h 141 template<>struct IsPod<blink::Fullscreen::RequestType> {
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 32 // IsPod<T>::value, see the definition for a note about its limitations
82 // IsPod is misnamed as it doesn't cover all plain old data (pod) types.
84 template <typename T> struct IsPod { static const bool value = IsArithmetic<T>::value; };
85 template <typename P> struct IsPod<P*> { static const bool value = true; };

Completed in 302 milliseconds