OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetToastSizeForView
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
toast_contents_view.cc
43
gfx::Size ToastContentsView::
GetToastSizeForView
(views::View* view) {
79
preferred_size_ =
GetToastSizeForView
(view);
281
return child_count() ?
GetToastSizeForView
(child_at(0)) : gfx::Size();
toast_contents_view.h
42
static gfx::Size
GetToastSizeForView
(views::View* view);
message_popup_collection.cc
197
int view_height = ToastContentsView::
GetToastSizeForView
(view).height();
Completed in 37 milliseconds