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

  /external/chromium_org/third_party/WebKit/Source/wtf/
OwnPtrCommon.h 42 static const bool value = IsSubclass<T, RefCountedBase>::value
43 || IsSubclass<T, ThreadSafeRefCountedBase>::value;
TypeTraits.cpp 122 COMPILE_ASSERT((IsSubclass<TestDerivedClass, TestBaseClass<int> >::value), WTF_Test_IsSubclass_Derived_From_Base);
123 COMPILE_ASSERT((!IsSubclass<TestBaseClass<int>, TestDerivedClass>::value), WTF_Test_IsSubclass_Base_From_Derived);
TypeTraits.h 148 template <typename T, typename U> class IsSubclass {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 93 template<typename T, bool derivesNode = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, Node>::value> struct DefaultThreadingTrait;
Visitor.h 147 static const bool value = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, GarbageCollectedMixin>::value;
Handle.h 477 bool isGlobalPersistent = WTF::IsSubclass<RootsAccessor, GlobalPersistents>::value; \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
TraceEvent.h     [all...]

Completed in 124 milliseconds