OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRUNCATE_LONG_WORDS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.h
163
TRUNCATE_LONG_WORDS
,
text_elider_unittest.cc
600
TRUNCATE_LONG_WORDS
,
634
(cases[i].wrap_words ? WRAP_LONG_WORDS :
TRUNCATE_LONG_WORDS
);
677
{ "Testing", test_width,
TRUNCATE_LONG_WORDS
, true, "Test" },
678
{ "X Testing", test_width,
TRUNCATE_LONG_WORDS
, true, "X|Test" },
679
{ "Test Testing", test_width,
TRUNCATE_LONG_WORDS
, true, "Test|Test" },
680
{ "Test\nTesting", test_width,
TRUNCATE_LONG_WORDS
, true, "Test|Test" },
681
{ "Test Tests ", test_width,
TRUNCATE_LONG_WORDS
, true, "Test|Test" },
682
{ "Test Tests T", test_width,
TRUNCATE_LONG_WORDS
, true, "Test|Test|T" },
[
all
...]
/external/chromium_org/ui/gfx/
canvas_skia.cc
186
ui::WordWrapBehavior wrap_behavior = ui::
TRUNCATE_LONG_WORDS
;
/external/chromium_org/ash/system/user/
tray_user.cc
552
text_, font, width, INT_MAX, ui::
TRUNCATE_LONG_WORDS
, &lines) != 0;
568
text_, font, min_width, INT_MAX, ui::
TRUNCATE_LONG_WORDS
, &lines);
[
all
...]
Completed in 947 milliseconds