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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp69 static HashSet<void*>& liveStrings() function in namespace:WTF
79 liveStrings().add(string);
85 liveStrings().remove(string);
190 HashSet<void*>& strings = liveStrings();

Completed in 69 milliseconds