Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dcanvas_skia.cc174 gfx::WordWrapBehavior wrap_behavior = gfx::TRUNCATE_LONG_WORDS; in SizeStringFloat() local
176 wrap_behavior = gfx::WRAP_LONG_WORDS; in SizeStringFloat()
178 wrap_behavior = gfx::ELIDE_LONG_WORDS; in SizeStringFloat()
184 wrap_behavior, &strings); in SizeStringFloat()
247 gfx::WordWrapBehavior wrap_behavior = gfx::IGNORE_LONG_WORDS; in DrawStringRectWithShadows() local
249 wrap_behavior = gfx::WRAP_LONG_WORDS; in DrawStringRectWithShadows()
251 wrap_behavior = gfx::ELIDE_LONG_WORDS; in DrawStringRectWithShadows()
257 wrap_behavior, in DrawStringRectWithShadows()
Dtext_elider.h202 WordWrapBehavior wrap_behavior,
Dtext_elider_unittest.cc643 const WordWrapBehavior wrap_behavior = in TEST() local
650 wrap_behavior, in TEST()
671 WordWrapBehavior wrap_behavior; in TEST() member
711 cases[i].wrap_behavior, in TEST()
Dtext_elider.cc800 WordWrapBehavior wrap_behavior, in RectangleText() argument
806 wrap_behavior_(wrap_behavior), in RectangleText()
1073 WordWrapBehavior wrap_behavior, in ElideRectangleText() argument
1078 wrap_behavior, in ElideRectangleText()