TRUNCATE_LONG_WORDS 576 ash/system/user/tray_user.cc gfx::TRUNCATE_LONG_WORDS, &lines) != 0; TRUNCATE_LONG_WORDS 591 ash/system/user/tray_user.cc text_, font_list, min_width, INT_MAX, gfx::TRUNCATE_LONG_WORDS, &lines); TRUNCATE_LONG_WORDS 174 ui/gfx/canvas_skia.cc gfx::WordWrapBehavior wrap_behavior = gfx::TRUNCATE_LONG_WORDS; TRUNCATE_LONG_WORDS 532 ui/gfx/text_elider_unittest.cc TRUNCATE_LONG_WORDS, TRUNCATE_LONG_WORDS 573 ui/gfx/text_elider_unittest.cc (cases[i].wrap_words ? WRAP_LONG_WORDS : TRUNCATE_LONG_WORDS); TRUNCATE_LONG_WORDS 623 ui/gfx/text_elider_unittest.cc { "Testing", test_width, TRUNCATE_LONG_WORDS, true, "Test" }, TRUNCATE_LONG_WORDS 624 ui/gfx/text_elider_unittest.cc { "X Testing", test_width, TRUNCATE_LONG_WORDS, true, "X|Test" }, TRUNCATE_LONG_WORDS 625 ui/gfx/text_elider_unittest.cc { "Test Testing", test_width, TRUNCATE_LONG_WORDS, true, "Test|Test" }, TRUNCATE_LONG_WORDS 626 ui/gfx/text_elider_unittest.cc { "Test\nTesting", test_width, TRUNCATE_LONG_WORDS, true, "Test|Test" }, TRUNCATE_LONG_WORDS 627 ui/gfx/text_elider_unittest.cc { "Test Tests ", test_width, TRUNCATE_LONG_WORDS, true, "Test|Test" }, TRUNCATE_LONG_WORDS 628 ui/gfx/text_elider_unittest.cc { "Test Tests T", test_width, TRUNCATE_LONG_WORDS, true, "Test|Test|T" },