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 81 int GetMessageHeight(int width, int limit);
notification_view.cc 500 top_height -= GetMessageHeight(content_width, used_limit);
501 top_height += GetMessageHeight(content_width, correct_limit);
686 int NotificationView::GetMessageHeight(int width, int limit) {

Completed in 38 milliseconds