Home | History | Annotate | Download | only in cf

Lines Matching refs:StringImpl

22 #include <wtf/text/StringImpl.h>
39 static StringImpl* currentString;
58 StringImpl* underlyingString = 0;
66 StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size));
73 size_t newAllocationSize = sizeof(StringImpl*) + newSize;
74 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
76 header = static_cast<StringImpl**>(fastRealloc(header, newAllocationSize));
82 StringImpl** header = static_cast<StringImpl**>(headerPointer);
83 StringImpl* underlyingString = *header;
91 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
92 StringImpl* underlyingString = *header;
134 CFStringRef StringImpl::createCFString()
140 // Put pointer to the StringImpl in a global so the allocator can store it with the CFString.
153 // On StringImpl creation we could check if the allocator is the StringWrapperCFAllocator.
154 // If it is, then we could find the original StringImpl and just return that. But to