Searched defs:wrap_behavior (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc171 WordWrapBehavior wrap_behavior = TRUNCATE_LONG_WORDS; local
173 wrap_behavior = WRAP_LONG_WORDS;
175 wrap_behavior = ELIDE_LONG_WORDS;
180 wrap_behavior, &strings);
243 WordWrapBehavior wrap_behavior = IGNORE_LONG_WORDS; local
245 wrap_behavior = WRAP_LONG_WORDS;
247 wrap_behavior = ELIDE_LONG_WORDS;
251 text_bounds.height(), wrap_behavior, &strings);
H A Dtext_elider_unittest.cc562 const WordWrapBehavior wrap_behavior = local
569 wrap_behavior,
597 WordWrapBehavior wrap_behavior; member in struct:gfx::TestData
637 cases[i].wrap_behavior,
H A Dtext_elider.cc473 WordWrapBehavior wrap_behavior,
479 wrap_behavior_(wrap_behavior),
746 WordWrapBehavior wrap_behavior,
751 wrap_behavior,
470 RectangleText(const FontList& font_list, float available_pixel_width, int available_pixel_height, WordWrapBehavior wrap_behavior, std::vector<base::string16>* lines) argument
742 ElideRectangleText(const base::string16& input, const FontList& font_list, float available_pixel_width, int available_pixel_height, WordWrapBehavior wrap_behavior, std::vector<base::string16>* lines) argument

Completed in 98 milliseconds