OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGNORE_LONG_WORDS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.h
159
IGNORE_LONG_WORDS
,
text_elider_unittest.cc
665
{ "Testing", test_width,
IGNORE_LONG_WORDS
, false, "Testing" },
666
{ "X Testing", test_width,
IGNORE_LONG_WORDS
, false, "X|Testing" },
667
{ "Test Testing", test_width,
IGNORE_LONG_WORDS
, false, "Test|Testing" },
668
{ "Test\nTesting", test_width,
IGNORE_LONG_WORDS
, false, "Test|Testing" },
669
{ "Test Tests ", test_width,
IGNORE_LONG_WORDS
, false, "Test|Tests" },
670
{ "Test Tests T", test_width,
IGNORE_LONG_WORDS
, false, "Test|Tests|T" },
[
all
...]
text_elider.cc
[
all
...]
/external/chromium_org/ui/views/controls/
styled_label.cc
195
ui::
IGNORE_LONG_WORDS
,
/external/chromium_org/ui/gfx/
canvas_skia.cc
258
ui::WordWrapBehavior wrap_behavior = ui::
IGNORE_LONG_WORDS
;
Completed in 253 milliseconds