HomeSort by relevance Sort by last modified time
    Searched full:wrap_behavior (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/
canvas_skia.cc 174 gfx::WordWrapBehavior wrap_behavior = gfx::TRUNCATE_LONG_WORDS; local
176 wrap_behavior = gfx::WRAP_LONG_WORDS;
178 wrap_behavior = gfx::ELIDE_LONG_WORDS;
184 wrap_behavior, &strings);
247 gfx::WordWrapBehavior wrap_behavior = gfx::IGNORE_LONG_WORDS; local
249 wrap_behavior = gfx::WRAP_LONG_WORDS;
251 wrap_behavior = gfx::ELIDE_LONG_WORDS;
257 wrap_behavior,
text_elider.h 194 // single line, the wrapping behavior can be specified with the |wrap_behavior|
202 WordWrapBehavior wrap_behavior,
text_elider.cc 800 WordWrapBehavior wrap_behavior,
806 wrap_behavior_(wrap_behavior),
    [all...]
text_elider_unittest.cc 643 const WordWrapBehavior wrap_behavior = local
650 wrap_behavior,
671 WordWrapBehavior wrap_behavior; member in struct:gfx::TestData
711 cases[i].wrap_behavior,
    [all...]

Completed in 329 milliseconds