Lines Matching full:leakref
7739 * wtf/PlatformRefPtr.h: Add leakRef()
10614 Use leakRef instead of releaseRef
10617 Use leakRef instead of the deprecated releaseRef. This was renamed
16991 Add leakRef and clear to all RefPtr variants
16999 of the class definition itself. Renamed releaseRef to leakRef. Added a
17000 releaseRef that calls leakRef so we don't have to rename all callers oat
17003 * wtf/PassRefPtr.h: Changed all uses of releaseRef to leakRef.
17007 Changed all uses of releaseRef to leakRef.
17013 Renamed releaseRef to leakRef. Added a releaseRef that calls leakRef so we
19616 Really add WARN_UNUSED_RESULT to leakRef
20124 (WTF::NonNullPassRefPtr::leakRef):
20471 (JSC::JSGlobalData::sharedInstance): Do adoptRef and then leakRef.
20719 leakRef function for NonNullPassRefPtr.
21334 releaseRef to leakRef, but left the old name in for compatibility