HomeSort by relevance Sort by last modified time
    Searched refs: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;
balloon_view.h 117 int GetTotalWidth() const;

Completed in 49 milliseconds