OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMessageHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
notification_view.h
94
int
GetMessageHeight
(int width, int limit) const;
notification_view.cc
389
top_height -=
GetMessageHeight
(content_width, used_limit);
390
top_height +=
GetMessageHeight
(content_width, correct_limit);
782
int NotificationView::
GetMessageHeight
(int width, int limit) const {
Completed in 44 milliseconds