OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetImageSizeForWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
proportional_image_view.cc
21
gfx::Rect rect = gfx::Rect(
GetImageSizeForWidth
(image_.width()));
31
return
GetImageSizeForWidth
(inset_width).height() + insets.height();
37
gfx::Size draw_size(
GetImageSizeForWidth
(width() - GetInsets().width()));
58
gfx::Size ProportionalImageView::
GetImageSizeForWidth
(int width) {
60
return message_center::
GetImageSizeForWidth
(width, size);
/external/chromium_org/ui/message_center/
message_center_style.cc
29
gfx::Size
GetImageSizeForWidth
(int width, const gfx::Size& image_size) {
Completed in 25 milliseconds