Searched refs:wrap_behavior (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc186 ui::WordWrapBehavior wrap_behavior = ui::TRUNCATE_LONG_WORDS; local
188 wrap_behavior = ui::WRAP_LONG_WORDS;
190 wrap_behavior = ui::ELIDE_LONG_WORDS;
195 wrap_behavior, &strings);
258 ui::WordWrapBehavior wrap_behavior = ui::IGNORE_LONG_WORDS; local
260 wrap_behavior = ui::WRAP_LONG_WORDS;
262 wrap_behavior = ui::ELIDE_LONG_WORDS;
268 wrap_behavior,
/external/chromium_org/ui/base/text/
H A Dtext_elider.h186 // line, the wrapping behavior can be specified with the |wrap_behavior| param.
194 WordWrapBehavior wrap_behavior,
H A Dtext_elider.cc781 ui::WordWrapBehavior wrap_behavior,
787 wrap_behavior_(wrap_behavior),
1055 WordWrapBehavior wrap_behavior,
1060 wrap_behavior,
778 RectangleText(const gfx::Font& font, int available_pixel_width, int available_pixel_height, ui::WordWrapBehavior wrap_behavior, std::vector<string16>* lines) argument
1051 ElideRectangleText(const string16& input, const gfx::Font& font, int available_pixel_width, int available_pixel_height, WordWrapBehavior wrap_behavior, std::vector<string16>* lines) argument
H A Dtext_elider_unittest.cc633 const WordWrapBehavior wrap_behavior = local
640 wrap_behavior,
661 WordWrapBehavior wrap_behavior; member in struct:ui::TestData
701 cases[i].wrap_behavior,

Completed in 106 milliseconds