Home
last modified time | relevance | path

Searched refs:word_wrap_behavior (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dlabel.cc280 return full_text_->word_wrap_behavior() == gfx::WRAP_LONG_WORDS ? true in GetAllowCharacterBreak()
287 if (full_text_->word_wrap_behavior() == behavior) in SetAllowCharacterBreak()
589 render_text->SetWordWrapBehavior(full_text_->word_wrap_behavior()); in CreateRenderText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dlabel.cc341 return full_text_->word_wrap_behavior() == gfx::WRAP_LONG_WORDS; in GetAllowCharacterBreak()
347 if (full_text_->word_wrap_behavior() == behavior) in SetAllowCharacterBreak()
659 render_text->SetWordWrapBehavior(full_text_->word_wrap_behavior()); in CreateRenderText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text.h302 WordWrapBehavior word_wrap_behavior() const { return word_wrap_behavior_; } in word_wrap_behavior() function
H A Drender_text_harfbuzz.cc422 WordWrapBehavior word_wrap_behavior, in HarfBuzzLineBreaker() argument
429 word_wrap_behavior_(word_wrap_behavior), in HarfBuzzLineBreaker()
1665 word_wrap_behavior(), GetDisplayText(), in EnsureLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text.h324 WordWrapBehavior word_wrap_behavior() const { return word_wrap_behavior_; } in word_wrap_behavior() function
H A Drender_text_harfbuzz.cc413 WordWrapBehavior word_wrap_behavior, in HarfBuzzLineBreaker() argument
421 word_wrap_behavior_(word_wrap_behavior), in HarfBuzzLineBreaker()
1692 glyph_height_for_test_, word_wrap_behavior(), GetDisplayText(), in EnsureLayout()