Home
last modified time | relevance | path

Searched refs:SharableUChar (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.h61 typedef OwnFastMallocPtr<const UChar> SharableUChar; typedef
62 typedef CrossThreadRefCounted<SharableUChar> SharedUChar;
DStringImpl.cpp150 m_sharedBuffer = SharedUChar::create(new SharableUChar(m_data)).leakRef(); in sharedBuffer()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436819 …(WebCore::StringImpl::): Remove ThreadGlobalData as friend, move SharableUChar & SharedUChar to We…