HomeSort by relevance Sort by last modified time
    Searched defs:GetTotalWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 130 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 {
480 int line_width = GetTotalWidth() - kLeftMargin - kRightMargin;
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 132 return gfx::Size(GetTotalWidth(), GetTotalHeight());
453 GetTotalWidth(), GetTotalHeight());
469 int BalloonViewImpl::GetTotalWidth() const {
507 int line_width = GetTotalWidth() - kLeftMargin - kRightMargin;

Completed in 255 milliseconds