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/gfx/
text_elider_unittest.cc
644
(cases[i].wrap_words ?
WRAP_LONG_WORDS
: TRUNCATE_LONG_WORDS);
694
{ "Testing", test_width,
WRAP_LONG_WORDS
, false, "Test|ing" },
695
{ "X Testing", test_width,
WRAP_LONG_WORDS
, false, "X|Test|ing" },
696
{ "Test Testing", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|ing" },
697
{ "Test\nTesting", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|ing" },
698
{ "Test Tests ", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|s" },
699
{ "Test Tests T", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|s T" },
700
{ "TestTestTest", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|Test" },
701
{ "TestTestTestT", test_width,
WRAP_LONG_WORDS
, false, "Test|Test|Test|T" },
739
WRAP_LONG_WORDS
,
[
all
...]
text_elider.h
179
WRAP_LONG_WORDS
,
canvas_skia.cc
176
wrap_behavior = gfx::
WRAP_LONG_WORDS
;
249
wrap_behavior = gfx::
WRAP_LONG_WORDS
;
text_elider.cc
[
all
...]
/external/chromium_org/ui/message_center/views/
bounded_label.cc
147
height, gfx::
WRAP_LONG_WORDS
, &wrapped);
Completed in 322 milliseconds