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 171 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);
text_elider.h 144 // single line, the wrapping behavior can be specified with the |wrap_behavior|
152 WordWrapBehavior wrap_behavior,
text_elider.cc 473 WordWrapBehavior wrap_behavior,
479 wrap_behavior_(wrap_behavior),
746 WordWrapBehavior wrap_behavior,
751 wrap_behavior,
text_elider_unittest.cc 562 const WordWrapBehavior wrap_behavior = local
569 wrap_behavior,
597 WordWrapBehavior wrap_behavior; member in struct:gfx::TestData
637 cases[i].wrap_behavior,
    [all...]

Completed in 924 milliseconds