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 60 // Exercise BounderLabel::GetWrappedText() using the fixture's test label.
61 string16 GetWrappedText(int width) {
95 Label(ToString(text), lines).GetWrappedText(ToPixels(width)))
215 // GetWrappedText() return values.
bounded_label.cc 43 std::vector<string16> GetWrappedText(int width, int lines);
95 lines = GetWrappedText(text_width, lines).size();
111 std::vector<string16> wrapped = GetWrappedText(text_width, lines);
123 std::vector<string16> InnerBoundedLabel::GetWrappedText(int width, int lines) {
178 wrapped_text_ = JoinString(GetWrappedText(bounds.width(), lines), '\n');
342 return JoinString(label_->GetWrappedText(width, lines), '\n');

Completed in 39 milliseconds