GetWrappedText     44 ui/message_center/views/bounded_label.cc   std::vector<base::string16> GetWrappedText(int width, int lines);
GetWrappedText     96 ui/message_center/views/bounded_label.cc     lines = GetWrappedText(text_width, lines).size();
GetWrappedText    112 ui/message_center/views/bounded_label.cc     std::vector<base::string16> wrapped = GetWrappedText(text_width, lines);
GetWrappedText    184 ui/message_center/views/bounded_label.cc       wrapped_text_ = JoinString(GetWrappedText(bounds.width(), lines), '\n');
GetWrappedText    349 ui/message_center/views/bounded_label.cc   return JoinString(label_->GetWrappedText(width, lines), '\n');
GetWrappedText     95 ui/message_center/views/bounded_label_unittest.cc             Label(ToString(text), lines).GetWrappedText(ToPixels(width)))