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

  /external/chromium_org/ui/message_center/views/
notification_view.h 67 int GetMessageHeight(int width, int limit);
notification_view.cc 601 content_height -= GetMessageHeight(content_width, used_limit);
602 content_height += GetMessageHeight(content_width, correct_limit);
761 int NotificationView::GetMessageHeight(int width, int limit) {

Completed in 61 milliseconds