Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dbounded_label.cc66 int wrapped_text_lines_; member in message_center::InnerBoundedLabel
78 wrapped_text_lines_(0) { in InnerBoundedLabel()
179 if (bounds.width() != wrapped_text_width_ || lines != wrapped_text_lines_) { in OnPaint()
182 wrapped_text_lines_ = lines; in OnPaint()
211 wrapped_text_lines_ = 0; in ClearCaches()