Home
last modified time | relevance | path

Searched refs:removeStringForStats (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.h96 void removeStringForStats(StringImpl*);
100 …TS_REMOVE_STRING(string) StringImpl::stringStats().removeString(string); removeStringForStats(this)
DStringImpl.cpp82 void removeStringForStats(StringImpl* string) in removeStringForStats() function