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

/external/chromium_org/base/i18n/
H A Dbreak_iterator.h15 // It provides several modes, BREAK_WORD, BREAK_LINE, and BREAK_NEWLINE,
26 // Under BREAK_LINE mode, once a line breaking opportunity is encountered,
62 BREAK_LINE, enumerator in enum:base::i18n::BreakIterator::BreakType
66 BREAK_SPACE = BREAK_LINE,
99 // whitespace or punctuation.) Under BREAK_LINE and BREAK_NEWLINE modes,
104 // at the start of word. It always returns false under BREAK_LINE and
H A Dbreak_iterator.cc50 case BREAK_LINE:
97 case BREAK_LINE:
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc614 base::i18n::BreakIterator::BREAK_LINE);
H A Drender_text.cc947 base::i18n::BreakIterator::BREAK_LINE);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1251 // lines where it should not. Using BREAK_LINE is safer although
1254 base::i18n::BreakIterator::BREAK_LINE);

Completed in 202 milliseconds