Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineBreaker.cpp92 if (context.handleText(wordMeasurements, m_hyphenated)) { in nextLineBreak()
DBreakingContextInlineHeaders.h99 bool handleText(WordMeasurements&, bool& hyphenated);
530 inline bool BreakingContext::handleText(WordMeasurements& wordMeasurements, bool& hyphenated) in handleText() function