HomeSort by relevance Sort by last modified time
    Searched full:underlyingstring (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 58 StringImpl* underlyingString = 0;
60 underlyingString = currentString;
61 if (underlyingString) {
63 underlyingString->ref(); // Balanced by call to deref in deallocate below.
67 *header = underlyingString;
83 StringImpl* underlyingString = *header;
84 ASSERT(underlyingString);
85 underlyingString->deref(); // Balanced by call to ref in allocate above.
92 StringImpl* underlyingString = *header;
93 if (!underlyingString)
    [all...]

Completed in 55 milliseconds