LineBreakIteratorPool 43 Source/platform/text/TextBreakIteratorICU.cpp WTF_MAKE_NONCOPYABLE(LineBreakIteratorPool); LineBreakIteratorPool 45 Source/platform/text/TextBreakIteratorICU.cpp static LineBreakIteratorPool& sharedPool() LineBreakIteratorPool 47 Source/platform/text/TextBreakIteratorICU.cpp static WTF::ThreadSpecific<LineBreakIteratorPool>* pool = new WTF::ThreadSpecific<LineBreakIteratorPool>; LineBreakIteratorPool 51 Source/platform/text/TextBreakIteratorICU.cpp static PassOwnPtr<LineBreakIteratorPool> create() { return adoptPtr(new LineBreakIteratorPool); } LineBreakIteratorPool 108 Source/platform/text/TextBreakIteratorICU.cpp friend WTF::ThreadSpecific<LineBreakIteratorPool>::operator LineBreakIteratorPool*(); LineBreakIteratorPool 542 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale); LineBreakIteratorPool 572 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale); LineBreakIteratorPool 601 Source/platform/text/TextBreakIteratorICU.cpp LineBreakIteratorPool::sharedPool().put(iterator);