Searched refs:GetWrappedText (Results 1 – 2 of 2) sorted by relevance
44 std::vector<base::string16> GetWrappedText(int width, int lines);99 lines = GetWrappedText(text_width, lines).size(); in GetLinesForWidthAndLimit()115 std::vector<base::string16> wrapped = GetWrappedText(text_width, lines); in GetSizeForWidthAndLines()127 std::vector<base::string16> InnerBoundedLabel::GetWrappedText(int width, in GetWrappedText() function in message_center::InnerBoundedLabel180 wrapped_text_ = JoinString(GetWrappedText(bounds.width(), lines), '\n'); in OnPaint()357 return JoinString(label_->GetWrappedText(width, lines), '\n'); in GetWrappedTextForTest()
61 base::string16 GetWrappedText(int width) { in GetWrappedText() function in message_center::test::BoundedLabelTest95 Label(ToString(text), lines).GetWrappedText(ToPixels(width)))