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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
CrossThreadCopier.h 83 typedef typename WTF::RemovePointer<TypeWithoutPassRefPtr>::Type RefCountedType;
133 || WTF::IsSubclassOfTemplate<typename WTF::RemovePointer<T>::Type, ThreadSafeRefCounted>::value
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.cpp 135 COMPILE_ASSERT((IsSameType<int, RemovePointer<int>::Type>::value), WTF_Test_RemovePointer_int);
136 COMPILE_ASSERT((IsSameType<int, RemovePointer<int*>::Type>::value), WTF_Test_RemovePointer_int_pointer);
137 COMPILE_ASSERT((!IsSameType<int, RemovePointer<int**>::Type>::value), WTF_Test_RemovePointer_int_pointer_pointer);
TypeTraits.h 48 // RemovePointer<T>::Type
193 template <typename T> struct RemovePointer {
197 template <typename T> struct RemovePointer<T*> {
PassOwnPtr.h 45 typedef typename RemovePointer<T>::Type ValueType;
OwnPtr.h 47 typedef typename RemovePointer<T>::Type ValueType;
RetainPtr.h 66 typedef typename RemovePointer<T>::Type ValueType;
  /external/v8/src/
lithium.h 416 RemovePointer(untagged_operands_[i]);
430 void RemovePointer(LOperand* op);
lithium.cc 176 void LPointerMap::RemovePointer(LOperand* op) {
lithium-allocator.cc     [all...]
  /external/chromium_org/v8/src/
lithium.h 487 RemovePointer(untagged_operands_[i]);
501 void RemovePointer(LOperand* op);
lithium.cc 205 void LPointerMap::RemovePointer(LOperand* op) {
lithium-allocator.cc     [all...]

Completed in 692 milliseconds