Home
last modified time | relevance | path

Searched refs:GetWrappedText (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dbounded_label.cc43 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::InnerBoundedLabel
178 wrapped_text_ = JoinString(GetWrappedText(bounds.width(), lines), '\n'); in OnPaint()
342 return JoinString(label_->GetWrappedText(width, lines), '\n'); in GetWrappedTextForTest()
Dbounded_label_unittest.cc61 string16 GetWrappedText(int width) { in GetWrappedText() function in message_center::test::BoundedLabelTest
95 Label(ToString(text), lines).GetWrappedText(ToPixels(width)))