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

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

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up button name Created 6 years, 4 months 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
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 30 matching lines...) Expand all
41 AXDateTimeFieldEmptyValueText, 41 AXDateTimeFieldEmptyValueText,
42 AXDayOfMonthFieldText, 42 AXDayOfMonthFieldText,
43 AXHeadingText, // Deprecated. 43 AXHeadingText, // Deprecated.
44 AXHourFieldText, 44 AXHourFieldText,
45 AXImageMapText, // Deprecated. 45 AXImageMapText, // Deprecated.
46 AXLinkActionVerb, 46 AXLinkActionVerb,
47 AXLinkText, // Deprecated. 47 AXLinkText, // Deprecated.
48 AXListMarkerText, // Deprecated. 48 AXListMarkerText, // Deprecated.
49 AXMediaAudioElement, 49 AXMediaAudioElement,
50 AXMediaAudioElementHelp, 50 AXMediaAudioElementHelp,
51 AxMediaCastOffButton,
52 AxMediaCastOffButtonHelp,
53 AxMediaCastOnButton,
54 AxMediaCastOnButtonHelp,
51 AXMediaCurrentTimeDisplay, 55 AXMediaCurrentTimeDisplay,
52 AXMediaCurrentTimeDisplayHelp, 56 AXMediaCurrentTimeDisplayHelp,
53 AXMediaDefault, 57 AXMediaDefault,
54 AXMediaEnterFullscreenButton, 58 AXMediaEnterFullscreenButton,
55 AXMediaEnterFullscreenButtonHelp, 59 AXMediaEnterFullscreenButtonHelp,
56 AXMediaExitFullscreenButton, 60 AXMediaExitFullscreenButton,
57 AXMediaExitFullscreenButtonHelp, 61 AXMediaExitFullscreenButtonHelp,
58 AXMediaHideClosedCaptionsButton, 62 AXMediaHideClosedCaptionsButton,
59 AXMediaHideClosedCaptionsButtonHelp, 63 AXMediaHideClosedCaptionsButtonHelp,
60 AXMediaMuteButton, 64 AXMediaMuteButton,
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ValidationValueMissingForRadio, 160 ValidationValueMissingForRadio,
157 ValidationValueMissingForSelect, 161 ValidationValueMissingForSelect,
158 WeekFormatTemplate, 162 WeekFormatTemplate,
159 WeekNumberLabel, 163 WeekNumberLabel,
160 }; 164 };
161 }; 165 };
162 166
163 } // namespace blink 167 } // namespace blink
164 168
165 #endif 169 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698