Searched refs:notRefCounted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1063 static const bool notRefCounted = !WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, RefCounted>::value; local
1065 COMPILE_ASSERT(notRefCounted, youMustAdopt);
1086 static const bool notRefCounted = !WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, RefCounted>::value; local
1088 COMPILE_ASSERT(notRefCounted, youMustAdopt);
1102 static const bool notRefCounted = !WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, RefCounted>::value; local
1104 COMPILE_ASSERT(notRefCounted, youMustAdopt);

Completed in 227 milliseconds