OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WRAP_LONG_WORDS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.h
171
WRAP_LONG_WORDS
,
text_elider_unittest.cc
634
(cases[i].wrap_words ?
WRAP_LONG_WORDS
: TRUNCATE_LONG_WORDS);
684
{ "Testing", test_width,
WRAP_LONG_WORDS
, false, "Test|ing" },
685
{ "X Testing", test_width,
WRAP_LONG_WORDS
, false, "X|Test|ing" },
686
{ "Test Testing", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|ing" },
687
{ "Test\nTesting", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|ing" },
688
{ "Test Tests ", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|s" },
689
{ "Test Tests T", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|s T" },
690
{ "TestTestTest", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|Test" },
691
{ "TestTestTestT", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|Test|T" },
[
all
...]
text_elider.cc
[
all
...]
/external/chromium_org/ui/gfx/
canvas_skia.cc
188
wrap_behavior = ui::
WRAP_LONG_WORDS
;
260
wrap_behavior = ui::
WRAP_LONG_WORDS
;
/external/chromium_org/ui/message_center/views/
bounded_label.cc
148
height, ui::
WRAP_LONG_WORDS
, &wrapped);
Completed in 630 milliseconds