Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: public/platform/WebLocalizedString.h

Issue 729343003: Handle AX help-Text for media time slider. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/modules/accessibility/AXNodeObject.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 AXDateTimeFieldEmptyValueText, 45 AXDateTimeFieldEmptyValueText,
46 AXDayOfMonthFieldText, 46 AXDayOfMonthFieldText,
47 AXHeadingText, // Deprecated. 47 AXHeadingText, // Deprecated.
48 AXHourFieldText, 48 AXHourFieldText,
49 AXImageMapText, // Deprecated. 49 AXImageMapText, // Deprecated.
50 AXLinkActionVerb, 50 AXLinkActionVerb,
51 AXLinkText, // Deprecated. 51 AXLinkText, // Deprecated.
52 AXListMarkerText, // Deprecated. 52 AXListMarkerText, // Deprecated.
53 AXMediaAudioElement, 53 AXMediaAudioElement,
54 AXMediaAudioElementHelp, 54 AXMediaAudioElementHelp,
55 AXMediaAudioSliderHelp,
55 AxMediaCastOffButton, 56 AxMediaCastOffButton,
56 AxMediaCastOffButtonHelp, 57 AxMediaCastOffButtonHelp,
57 AxMediaCastOnButton, 58 AxMediaCastOnButton,
58 AxMediaCastOnButtonHelp, 59 AxMediaCastOnButtonHelp,
59 AXMediaCurrentTimeDisplay, 60 AXMediaCurrentTimeDisplay,
60 AXMediaCurrentTimeDisplayHelp, 61 AXMediaCurrentTimeDisplayHelp,
61 AXMediaDefault, 62 AXMediaDefault,
62 AXMediaEnterFullscreenButton, 63 AXMediaEnterFullscreenButton,
63 AXMediaEnterFullscreenButtonHelp, 64 AXMediaEnterFullscreenButtonHelp,
64 AXMediaExitFullscreenButton, 65 AXMediaExitFullscreenButton,
(...skipping 13 matching lines...) Expand all
78 AXMediaSliderThumb, // Deprecated. 79 AXMediaSliderThumb, // Deprecated.
79 AXMediaSliderThumbHelp, // Deprecated. 80 AXMediaSliderThumbHelp, // Deprecated.
80 AXMediaStatusDisplay, 81 AXMediaStatusDisplay,
81 AXMediaStatusDisplayHelp, 82 AXMediaStatusDisplayHelp,
82 AXMediaTimeRemainingDisplay, 83 AXMediaTimeRemainingDisplay,
83 AXMediaTimeRemainingDisplayHelp, 84 AXMediaTimeRemainingDisplayHelp,
84 AXMediaUnMuteButton, 85 AXMediaUnMuteButton,
85 AXMediaUnMuteButtonHelp, 86 AXMediaUnMuteButtonHelp,
86 AXMediaVideoElement, 87 AXMediaVideoElement,
87 AXMediaVideoElementHelp, 88 AXMediaVideoElementHelp,
89 AXMediaVideoSliderHelp,
88 AXMillisecondFieldText, 90 AXMillisecondFieldText,
89 AXMinuteFieldText, 91 AXMinuteFieldText,
90 AXMonthFieldText, 92 AXMonthFieldText,
91 AXRadioButtonActionVerb, 93 AXRadioButtonActionVerb,
92 AXSecondFieldText, 94 AXSecondFieldText,
93 AXTextFieldActionVerb, 95 AXTextFieldActionVerb,
94 AXUncheckedCheckBoxActionVerb, 96 AXUncheckedCheckBoxActionVerb,
95 AXWebAreaText, // Deprecated. 97 AXWebAreaText, // Deprecated.
96 AXWeekOfYearFieldText, 98 AXWeekOfYearFieldText,
97 AXYearFieldText, 99 AXYearFieldText,
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 ValidationValueMissingForRadio, 167 ValidationValueMissingForRadio,
166 ValidationValueMissingForSelect, 168 ValidationValueMissingForSelect,
167 WeekFormatTemplate, 169 WeekFormatTemplate,
168 WeekNumberLabel, 170 WeekNumberLabel,
169 }; 171 };
170 }; 172 };
171 173
172 } // namespace blink 174 } // namespace blink
173 175
174 #endif 176 #endif
OLDNEW
« no previous file with comments | « Source/modules/accessibility/AXNodeObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698