Searched refs:underlyingString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp56 StringImpl* underlyingString = 0; local
58 underlyingString = currentString;
59 if (underlyingString) {
61 underlyingString->ref(); // Balanced by call to deref in deallocate below.
65 *header = underlyingString;
81 StringImpl* underlyingString = *header; local
82 ASSERT(underlyingString);
83 underlyingString->deref(); // Balanced by call to ref in allocate above.
90 StringImpl* underlyingString = *header; local
91 if (!underlyingString) {
[all...]

Completed in 304 milliseconds