| 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 MediaControlsFullscreenBackgroundPart, | 71 MediaControlsFullscreenBackgroundPart, |
| 72 MediaCurrentTimePart, | 72 MediaCurrentTimePart, |
| 73 MediaTimeRemainingPart, | 73 MediaTimeRemainingPart, |
| 74 MediaCastOffButtonPart, | 74 MediaCastOffButtonPart, |
| 75 MediaOverlayCastOffButtonPart, | 75 MediaOverlayCastOffButtonPart, |
| 76 MediaTrackSelectionCheckmarkPart, | 76 MediaTrackSelectionCheckmarkPart, |
| 77 MediaClosedCaptionsIconPart, | 77 MediaClosedCaptionsIconPart, |
| 78 MediaSubtitlesIconPart, | 78 MediaSubtitlesIconPart, |
| 79 MediaOverflowMenuButtonPart, | 79 MediaOverflowMenuButtonPart, |
| 80 MediaDownloadIconPart, | 80 MediaDownloadIconPart, |
| 81 MediaRemotingCastIconPart, |
| 81 MenulistPart, | 82 MenulistPart, |
| 82 MenulistButtonPart, | 83 MenulistButtonPart, |
| 83 MenulistTextPart, | 84 MenulistTextPart, |
| 84 MenulistTextFieldPart, | 85 MenulistTextFieldPart, |
| 85 MeterPart, | 86 MeterPart, |
| 86 ProgressBarPart, | 87 ProgressBarPart, |
| 87 ProgressBarValuePart, | 88 ProgressBarValuePart, |
| 88 SliderHorizontalPart, | 89 SliderHorizontalPart, |
| 89 SliderVerticalPart, | 90 SliderVerticalPart, |
| 90 SliderThumbHorizontalPart, | 91 SliderThumbHorizontalPart, |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 WindowTextColor, | 143 WindowTextColor, |
| 143 FocusRingColor, | 144 FocusRingColor, |
| 144 ActiveListBoxSelection, | 145 ActiveListBoxSelection, |
| 145 ActiveListBoxSelectionText, | 146 ActiveListBoxSelectionText, |
| 146 InactiveListBoxSelection, | 147 InactiveListBoxSelection, |
| 147 InactiveListBoxSelectionText | 148 InactiveListBoxSelectionText |
| 148 }; | 149 }; |
| 149 | 150 |
| 150 } // namespace blink | 151 } // namespace blink |
| 151 #endif | 152 #endif |
| OLD | NEW |