OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_content_size
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc
22
balloon->
set_content_size
(size);
balloon_collection_win.cc
16
balloon->
set_content_size
(size);
balloon.h
69
void
set_content_size
(const gfx::Size& size) { content_size_ = size; }
function in class:Balloon
balloon_collection_impl.cc
100
balloon->
set_content_size
(Layout::ConstrainToSizeLimits(size));
/external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_collection_gtk.cc
17
balloon->
set_content_size
(size);
/external/chromium_org/chrome/browser/notifications/
balloon.h
71
void
set_content_size
(const gfx::Size& size) { content_size_ = size; }
function in class:Balloon
balloon_collection_impl.cc
132
balloon->
set_content_size
(Layout::ConstrainToSizeLimits(size));
/external/chromium_org/chrome/browser/ui/views/notifications/
balloon_collection_views.cc
19
balloon->
set_content_size
(size);
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
555
balloon->
set_content_size
(real_size);
Completed in 151 milliseconds