HomeSort by relevance Sort by last modified time
    Searched refs:GetWrappedText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
bounded_label_unittest.cc 58 // Exercise BounderLabel::GetWrappedText() using the fixture's test label.
59 string16 GetWrappedText(int width) {
92 Label(ToString(text), lines).GetWrappedText(ToPixels(width)))
212 // GetWrappedText() return values.
bounded_label.cc 44 std::vector<string16> GetWrappedText(int width, int lines);
96 lines = GetWrappedText(text_width, lines).size();
112 std::vector<string16> wrapped = GetWrappedText(text_width, lines);
124 std::vector<string16> InnerBoundedLabel::GetWrappedText(int width, int lines) {
180 wrapped_text_ = JoinString(GetWrappedText(bounds.width(), lines), '\n');
344 return JoinString(label_->GetWrappedText(width, lines), '\n');

Completed in 49 milliseconds