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

  /external/chromium_org/ui/gfx/
canvas_skia.cc 174 WordWrapBehavior wrap_behavior = TRUNCATE_LONG_WORDS; local
176 wrap_behavior = WRAP_LONG_WORDS;
178 wrap_behavior = ELIDE_LONG_WORDS;
183 wrap_behavior, &strings);
246 WordWrapBehavior wrap_behavior = IGNORE_LONG_WORDS; local
248 wrap_behavior = WRAP_LONG_WORDS;
250 wrap_behavior = ELIDE_LONG_WORDS;
254 text_bounds.height(), wrap_behavior, &strings);
text_elider.h 144 // single line, the wrapping behavior can be specified with the |wrap_behavior|
152 WordWrapBehavior wrap_behavior,
text_elider.cc 478 WordWrapBehavior wrap_behavior,
484 wrap_behavior_(wrap_behavior),
751 WordWrapBehavior wrap_behavior,
756 wrap_behavior,
text_elider_unittest.cc 568 const WordWrapBehavior wrap_behavior = local
575 wrap_behavior,
603 WordWrapBehavior wrap_behavior; member in struct:gfx::TestData
643 cases[i].wrap_behavior,
    [all...]

Completed in 1437 milliseconds