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