Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dnotification_view.cc413 int used_limit = message_view_->GetLineLimit(); in GetHeightForWidth() local
415 if (used_limit != correct_limit) { in GetHeightForWidth()
416 top_height -= GetMessageHeight(content_width, used_limit); in GetHeightForWidth()