OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
group_view.cc
198
int
bottom_height
= bottom_view_->GetHeightForWidth(content_width);
local
199
int content_height = std::max(top_height, kIconSize) +
bottom_height
;
228
int
bottom_height
= bottom_view_->GetHeightForWidth(content_width);
local
230
content_width,
bottom_height
);
notification_view.cc
491
int
bottom_height
= bottom_view_->GetHeightForWidth(content_width);
local
505
int content_height = std::max(top_height, kIconSize) +
bottom_height
;
538
int
bottom_height
= bottom_view_->GetHeightForWidth(content_width);
local
540
content_width,
bottom_height
);
Completed in 62 milliseconds