HomeSort by relevance Sort by last modified time
    Searched refs:LineBreakIteratorPool (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LineBreakIteratorPoolICU.h 40 class LineBreakIteratorPool {
41 WTF_MAKE_NONCOPYABLE(LineBreakIteratorPool);
43 static LineBreakIteratorPool& sharedPool()
45 static WTF::ThreadSpecific<LineBreakIteratorPool>* pool = new WTF::ThreadSpecific<LineBreakIteratorPool>;
49 static PassOwnPtr<LineBreakIteratorPool> create() { return adoptPtr(new LineBreakIteratorPool); }
97 LineBreakIteratorPool() { }
106 friend WTF::ThreadSpecific<LineBreakIteratorPool>::operator LineBreakIteratorPool*();
    [all...]
TextBreakIteratorICU.cpp 490 UBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
521 UBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
551 LineBreakIteratorPool::sharedPool().put(reinterpret_cast<UBreakIterator*>(iterator));

Completed in 1134 milliseconds