Searched defs:GetContentWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text.cc722 float RenderText::GetContentWidth() { function in class:gfx::RenderText
855 const int extra_content = GetContentWidth() - display_rect_.width();
1074 const int width = GetContentWidth();
1096 if (multiline() || elide_behavior_ != FADE_TAIL || GetContentWidth() <= width)
1202 !layout_text_.empty() && GetContentWidth() > display_rect_.width()) {
1235 if (render_text->GetContentWidth() <= available_width)
1245 const float ellipsis_width = render_text->GetContentWidth();
1302 const float guess_width = render_text->GetContentWidth();

Completed in 2022 milliseconds