summaryrefslogtreecommitdiffstats
path: root/views/controls/progress_bar.h
Commit message (Expand)AuthorAgeFilesLines
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-1/+2
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-3/+2
* chromeos: Improve brightness and volume animations.derat@chromium.org2011-08-151-30/+26
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-4/+4
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-4/+4
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-4/+4
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-1/+1
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-1/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-2/+0
* views: Implement accessibility issue that was a TODO in the new progress bar ...ctguil@chromium.org2010-03-181-0/+4
* Added actual GoogleUpdate functionality to the OOBE update screen.denisromanov@chromium.org2010-03-181-0/+2
* Switched progress bar to integral positions (from 0 to 100).avayvod@google.com2010-03-151-12/+10
* Implementation of a progress bar control.finnur@chromium.org2010-03-121-0/+82