OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google 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 are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 kAXMediaMuteButton, | 66 kAXMediaMuteButton, |
67 kAXMediaMuteButtonHelp, | 67 kAXMediaMuteButtonHelp, |
68 kAXMediaOverflowButton, | 68 kAXMediaOverflowButton, |
69 kAXMediaOverflowButtonHelp, | 69 kAXMediaOverflowButtonHelp, |
70 kAXMediaPauseButton, | 70 kAXMediaPauseButton, |
71 kAXMediaPauseButtonHelp, | 71 kAXMediaPauseButtonHelp, |
72 kAXMediaPlayButton, | 72 kAXMediaPlayButton, |
73 kAXMediaPlayButtonHelp, | 73 kAXMediaPlayButtonHelp, |
74 kAXMediaShowClosedCaptionsButton, | 74 kAXMediaShowClosedCaptionsButton, |
75 kAXMediaShowClosedCaptionsButtonHelp, | 75 kAXMediaShowClosedCaptionsButtonHelp, |
| 76 kAXMediaRemotingCastIcon, |
76 kAXMediaSlider, // Deprecated. | 77 kAXMediaSlider, // Deprecated. |
77 kAXMediaSliderThumb, // Deprecated. | 78 kAXMediaSliderThumb, // Deprecated. |
78 kAXMediaSliderThumbHelp, // Deprecated. | 79 kAXMediaSliderThumbHelp, // Deprecated. |
79 kAXMediaStatusDisplay, | 80 kAXMediaStatusDisplay, |
80 kAXMediaStatusDisplayHelp, | 81 kAXMediaStatusDisplayHelp, |
81 kAXMediaTimeRemainingDisplay, | 82 kAXMediaTimeRemainingDisplay, |
82 kAXMediaTimeRemainingDisplayHelp, | 83 kAXMediaTimeRemainingDisplayHelp, |
83 kAXMediaUnMuteButton, | 84 kAXMediaUnMuteButton, |
84 kAXMediaUnMuteButtonHelp, | 85 kAXMediaUnMuteButtonHelp, |
85 kAXMediaVideoElement, | 86 kAXMediaVideoElement, |
(...skipping 11 matching lines...) Expand all Loading... |
97 kCalendarToday, | 98 kCalendarToday, |
98 kDateFormatDayInMonthLabel, | 99 kDateFormatDayInMonthLabel, |
99 kDateFormatMonthLabel, | 100 kDateFormatMonthLabel, |
100 kDateFormatYearLabel, | 101 kDateFormatYearLabel, |
101 kDetailsLabel, | 102 kDetailsLabel, |
102 kDownloadButtonLabel, | 103 kDownloadButtonLabel, |
103 kFileButtonChooseFileLabel, | 104 kFileButtonChooseFileLabel, |
104 kFileButtonChooseMultipleFilesLabel, | 105 kFileButtonChooseMultipleFilesLabel, |
105 kFileButtonNoFileSelectedLabel, | 106 kFileButtonNoFileSelectedLabel, |
106 kInputElementAltText, | 107 kInputElementAltText, |
| 108 kMediaRemotingDisableText, |
| 109 kMediaRemotingCastText, |
107 kMissingPluginText, | 110 kMissingPluginText, |
108 kMultipleFileUploadText, | 111 kMultipleFileUploadText, |
109 kOtherColorLabel, | 112 kOtherColorLabel, |
110 kOtherDateLabel, | 113 kOtherDateLabel, |
111 kOtherMonthLabel, | 114 kOtherMonthLabel, |
112 kOtherTimeLabel, | 115 kOtherTimeLabel, |
113 kOtherWeekLabel, | 116 kOtherWeekLabel, |
114 kOverflowMenuCaptions, | 117 kOverflowMenuCaptions, |
115 kOverflowMenuCast, | 118 kOverflowMenuCast, |
116 kOverflowMenuEnterFullscreen, | 119 kOverflowMenuEnterFullscreen, |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 kValidationValueMissingForRadio, | 177 kValidationValueMissingForRadio, |
175 kValidationValueMissingForSelect, | 178 kValidationValueMissingForSelect, |
176 kWeekFormatTemplate, | 179 kWeekFormatTemplate, |
177 kWeekNumberLabel, | 180 kWeekNumberLabel, |
178 }; | 181 }; |
179 }; | 182 }; |
180 | 183 |
181 } // namespace blink | 184 } // namespace blink |
182 | 185 |
183 #endif | 186 #endif |
OLD | NEW |