Searched defs:GetTotalHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc130 return gfx::Size(GetTotalWidth(), GetTotalHeight());
196 GetTotalWidth(), GetTotalHeight()));
208 GetTotalWidth(), GetTotalHeight());
285 GetTotalWidth(), GetTotalHeight());
325 gfx::Rect balloon_rect(x(), y(), GetTotalWidth(), GetTotalHeight());
439 return GetTotalHeight() - GetShelfHeight();
447 int BalloonViewImpl::GetTotalHeight() const { function in class:BalloonViewImpl

Completed in 42 milliseconds