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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 // for year field used in multiple fields "date", "datetime", and | 128 // for year field used in multiple fields "date", "datetime", and |
129 // "datetime-local" input UI instead of "----". | 129 // "datetime-local" input UI instead of "----". |
130 PlaceholderForYearField, | 130 PlaceholderForYearField, |
131 ResetButtonDefaultLabel, | 131 ResetButtonDefaultLabel, |
132 SearchableIndexIntroduction, | 132 SearchableIndexIntroduction, |
133 SearchMenuClearRecentSearchesText, // Deprecated. | 133 SearchMenuClearRecentSearchesText, // Deprecated. |
134 SearchMenuNoRecentSearchesText, // Deprecated. | 134 SearchMenuNoRecentSearchesText, // Deprecated. |
135 SearchMenuRecentSearchesText, // Deprecated. | 135 SearchMenuRecentSearchesText, // Deprecated. |
136 SelectMenuListText, | 136 SelectMenuListText, |
137 SubmitButtonDefaultLabel, | 137 SubmitButtonDefaultLabel, |
| 138 TextTracksNoLabel, |
| 139 TextTracksOff, |
| 140 TextTracksSubtitles, |
| 141 TextTracksCaptionsMarker, |
138 ThisMonthButtonLabel, | 142 ThisMonthButtonLabel, |
139 ThisWeekButtonLabel, | 143 ThisWeekButtonLabel, |
140 ValidationBadInputForNumber, | 144 ValidationBadInputForNumber, |
141 ValidationBadInputForDateTime, | 145 ValidationBadInputForDateTime, |
142 ValidationPatternMismatch, | 146 ValidationPatternMismatch, |
143 ValidationRangeOverflow, | 147 ValidationRangeOverflow, |
144 ValidationRangeOverflowDateTime, | 148 ValidationRangeOverflowDateTime, |
145 ValidationRangeUnderflow, | 149 ValidationRangeUnderflow, |
146 ValidationRangeUnderflowDateTime, | 150 ValidationRangeUnderflowDateTime, |
147 ValidationStepMismatch, | 151 ValidationStepMismatch, |
(...skipping 18 matching lines...) Expand all Loading... |
166 ValidationValueMissingForRadio, | 170 ValidationValueMissingForRadio, |
167 ValidationValueMissingForSelect, | 171 ValidationValueMissingForSelect, |
168 WeekFormatTemplate, | 172 WeekFormatTemplate, |
169 WeekNumberLabel, | 173 WeekNumberLabel, |
170 }; | 174 }; |
171 }; | 175 }; |
172 | 176 |
173 } // namespace blink | 177 } // namespace blink |
174 | 178 |
175 #endif | 179 #endif |
OLD | NEW |