Searched refs:GetTotalWidth (Results 1 - 2 of 2) 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());
442 int BalloonViewImpl::GetTotalWidth() const { function in class:BalloonViewImpl
480 int line_width = GetTotalWidth() - kLeftMargin - kRightMargin;
H A Dballoon_view.h117 int GetTotalWidth() const;

Completed in 69 milliseconds