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/
message_center_style.cc
51
gfx::Size
GetImageSizeForWidth
(int width, const gfx::Size& image_size) {
/external/chromium_org/ui/message_center/views/
notification_view.cc
182
gfx::Size
GetImageSizeForWidth
(int width);
197
gfx::Size size =
GetImageSizeForWidth
(image_.width());
203
return
GetImageSizeForWidth
(width).height();
209
gfx::Size draw_size(
GetImageSizeForWidth
(width()));
230
gfx::Size ProportionalImageView::
GetImageSizeForWidth
(int width) {
232
return message_center::
GetImageSizeForWidth
(width, size);
Completed in 27 milliseconds