WRAP_LONG_WORDS   176 ui/gfx/canvas_skia.cc       wrap_behavior = gfx::WRAP_LONG_WORDS;
WRAP_LONG_WORDS   249 ui/gfx/canvas_skia.cc       wrap_behavior = gfx::WRAP_LONG_WORDS;
WRAP_LONG_WORDS   664 ui/gfx/text_elider.cc   } else if (wrap_behavior_ == WRAP_LONG_WORDS) {
WRAP_LONG_WORDS   573 ui/gfx/text_elider_unittest.cc         (cases[i].wrap_words ? WRAP_LONG_WORDS : TRUNCATE_LONG_WORDS);
WRAP_LONG_WORDS   630 ui/gfx/text_elider_unittest.cc     { "Testing", test_width, WRAP_LONG_WORDS, false, "Test|ing" },
WRAP_LONG_WORDS   631 ui/gfx/text_elider_unittest.cc     { "X Testing", test_width, WRAP_LONG_WORDS, false, "X|Test|ing" },
WRAP_LONG_WORDS   632 ui/gfx/text_elider_unittest.cc     { "Test Testing", test_width, WRAP_LONG_WORDS, false, "Test|Test|ing" },
WRAP_LONG_WORDS   633 ui/gfx/text_elider_unittest.cc     { "Test\nTesting", test_width, WRAP_LONG_WORDS, false, "Test|Test|ing" },
WRAP_LONG_WORDS   634 ui/gfx/text_elider_unittest.cc     { "Test Tests ", test_width, WRAP_LONG_WORDS, false, "Test|Test|s" },
WRAP_LONG_WORDS   635 ui/gfx/text_elider_unittest.cc     { "Test Tests T", test_width, WRAP_LONG_WORDS, false, "Test|Test|s T" },
WRAP_LONG_WORDS   636 ui/gfx/text_elider_unittest.cc     { "TestTestTest", test_width, WRAP_LONG_WORDS, false, "Test|Test|Test" },
WRAP_LONG_WORDS   637 ui/gfx/text_elider_unittest.cc     { "TestTestTestT", test_width, WRAP_LONG_WORDS, false, "Test|Test|Test|T" },
WRAP_LONG_WORDS   682 ui/gfx/text_elider_unittest.cc                                   WRAP_LONG_WORDS,
WRAP_LONG_WORDS   152 ui/message_center/views/bounded_label.cc                           height, gfx::WRAP_LONG_WORDS, &wrapped);