OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
group_view.cc
190
int
bottom_width
= bottom_view_->GetPreferredSize().width();
local
191
int preferred_width = std::max(top_width,
bottom_width
) + GetInsets().width();
notification_view.cc
482
int
bottom_width
= bottom_view_->GetPreferredSize().width();
local
483
int preferred_width = std::max(top_width,
bottom_width
) + GetInsets().width();
Completed in 22 milliseconds