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

  /external/webkit/WebCore/platform/mac/
FoundationExtras.h 53 // Use HardRetainWithNSRelease after allocating and initializing a NSObject
57 static inline id HardRetainWithNSRelease(id obj)
CursorMac.mm 80 : m_impl(HardRetainWithNSRelease(createCustomCursor(image, hotspot)))
  /external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.m 188 info->URLString = HardRetainWithNSRelease([URLString copy]);
189 info->referrer = HardRetainWithNSRelease([referrer copy]);
190 info->path = HardRetainWithNSRelease([path copy]);

Completed in 413 milliseconds