summaryrefslogtreecommitdiffstats
path: root/ui/views/border.cc
Commit message (Collapse)AuthorAgeFilesLines
* views: Mark single-argument constructors as explicit.tfarina@chromium.org2012-05-041-7/+11
| | | | | | | | | | | | This was reported by cpplint as: python ~/depot_tools/cpplint.py $(find ui/views/ -type f -name \*.cc) 2>&1 | grep -v "Done processing" | grep explicit R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10358013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135365 0039d316-1c4b-4281-b951-d872f2087c98
* views: A new kind of border to paint a colored-border on selected sides.sadrul@chromium.org2012-02-261-10/+32
| | | | | | | | | BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9464047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123694 0039d316-1c4b-4281-b951-d872f2087c98
* views: Change Painter::PaintPainterAt to take a gfx::Rect instead of ints.tfarina@chromium.org2012-02-141-2/+1
| | | | | | | | | BUG=100898 R=pkasting@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9361072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121974 0039d316-1c4b-4281-b951-d872f2087c98
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-6/+6
| | | | | | | | | | BUG=100898 R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9021046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120109 0039d316-1c4b-4281-b951-d872f2087c98
* Uses mechanism similar to tab.cc to paint the unique geometry of the find bar.pkotwicz@chromium.org2012-01-231-2/+36
| | | | | | | | | | | Made PaintOffsetToolbarBackground not return a rect anymore and used bounds() instead given that we are using View::SetContentsVie BUG=105991 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/8800024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118740 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-0/+92
BUG=104039 R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8771006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112469 0039d316-1c4b-4281-b951-d872f2087c98