OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLinesForWidthAndLimit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/message_center/views/
bounded_label.h
48
int
GetLinesForWidthAndLimit
(int width, int limit);
bounded_label.cc
41
int
GetLinesForWidthAndLimit
(int width, int limit);
89
int InnerBoundedLabel::
GetLinesForWidthAndLimit
(int width, int limit) {
297
int BoundedLabel::
GetLinesForWidthAndLimit
(int width, int limit) {
298
return visible() ? label_->
GetLinesForWidthAndLimit
(width, limit) : 0;
bounded_label_unittest.cc
65
// Exercise BounderLabel::
GetLinesForWidthAndLimit
() using the test label.
68
return label_->
GetLinesForWidthAndLimit
(width, lines_);
notification_view.cc
672
message_line_limit -= context_message_view_->
GetLinesForWidthAndLimit
(
683
message_view_->
GetLinesForWidthAndLimit
(width, limit) : 0;
Completed in 44 milliseconds