| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. | 2 * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 kMediaControlsFullscreenBackgroundPart, | 71 kMediaControlsFullscreenBackgroundPart, |
| 72 kMediaCurrentTimePart, | 72 kMediaCurrentTimePart, |
| 73 kMediaTimeRemainingPart, | 73 kMediaTimeRemainingPart, |
| 74 kMediaCastOffButtonPart, | 74 kMediaCastOffButtonPart, |
| 75 kMediaOverlayCastOffButtonPart, | 75 kMediaOverlayCastOffButtonPart, |
| 76 kMediaTrackSelectionCheckmarkPart, | 76 kMediaTrackSelectionCheckmarkPart, |
| 77 kMediaClosedCaptionsIconPart, | 77 kMediaClosedCaptionsIconPart, |
| 78 kMediaSubtitlesIconPart, | 78 kMediaSubtitlesIconPart, |
| 79 kMediaOverflowMenuButtonPart, | 79 kMediaOverflowMenuButtonPart, |
| 80 kMediaDownloadIconPart, | 80 kMediaDownloadIconPart, |
| 81 kMediaRemotingCastIconPart, |
| 81 kMenulistPart, | 82 kMenulistPart, |
| 82 kMenulistButtonPart, | 83 kMenulistButtonPart, |
| 83 kMenulistTextPart, | 84 kMenulistTextPart, |
| 84 kMenulistTextFieldPart, | 85 kMenulistTextFieldPart, |
| 85 kMeterPart, | 86 kMeterPart, |
| 86 kProgressBarPart, | 87 kProgressBarPart, |
| 87 kProgressBarValuePart, | 88 kProgressBarValuePart, |
| 88 kSliderHorizontalPart, | 89 kSliderHorizontalPart, |
| 89 kSliderVerticalPart, | 90 kSliderVerticalPart, |
| 90 kSliderThumbHorizontalPart, | 91 kSliderThumbHorizontalPart, |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 kWindowTextColor, | 143 kWindowTextColor, |
| 143 kFocusRingColor, | 144 kFocusRingColor, |
| 144 kActiveListBoxSelection, | 145 kActiveListBoxSelection, |
| 145 kActiveListBoxSelectionText, | 146 kActiveListBoxSelectionText, |
| 146 kInactiveListBoxSelection, | 147 kInactiveListBoxSelection, |
| 147 kInactiveListBoxSelectionText | 148 kInactiveListBoxSelectionText |
| 148 }; | 149 }; |
| 149 | 150 |
| 150 } // namespace blink | 151 } // namespace blink |
| 151 #endif | 152 #endif |
| OLD | NEW |