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

  /external/chromium_org/third_party/WebKit/Source/platform/
CrossThreadCopier.h 89 typedef typename WTF::RemovePointer<TypeWithoutPassRefPtr>::Type RefCountedType;
92 COMPILE_ASSERT((WTF::IsSameType<RefPtr<RefCountedType>, T>::value
93 || WTF::IsSameType<PassRefPtr<RefCountedType>, T>::value
94 || WTF::IsSameType<RefCountedType*, T>::value),
97 typedef PassRefPtr<RefCountedType> Type;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 125 template <typename RefCountedType>
134 KeyType Add(RefCountedType* data) {
135 return map_.Add(new scoped_refptr<RefCountedType>(data));
138 RefCountedType* Lookup(KeyType id) {
139 scoped_refptr<RefCountedType>* ptr = map_.Lookup(id);
152 IDMap<scoped_refptr<RefCountedType>, IDMapOwnPointer> map_;

Completed in 120 milliseconds