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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 25 matching lines...) Expand all
36 struct WebLocalizedString { 36 struct WebLocalizedString {
37 enum Name { 37 enum Name {
38 AXAMPMFieldText, 38 AXAMPMFieldText,
39 AXCalendarShowMonthSelector, 39 AXCalendarShowMonthSelector,
40 AXCalendarShowNextMonth, 40 AXCalendarShowNextMonth,
41 AXCalendarShowPreviousMonth, 41 AXCalendarShowPreviousMonth,
42 AXCalendarWeekDescription, 42 AXCalendarWeekDescription,
43 AXDayOfMonthFieldText, 43 AXDayOfMonthFieldText,
44 AXHeadingText, // Deprecated. 44 AXHeadingText, // Deprecated.
45 AXHourFieldText, 45 AXHourFieldText,
46 AXImageMapText, // Deprecated. 46 AXImageMapText, // Deprecated.
47 AXLinkText, // Deprecated. 47 AXLinkText, // Deprecated.
48 AXListMarkerText, // Deprecated. 48 AXListMarkerText, // Deprecated.
49 AXMediaAudioElement, 49 AXMediaAudioElement,
50 AXMediaAudioElementHelp, 50 AXMediaAudioElementHelp,
51 AXMediaAudioSliderHelp, 51 AXMediaAudioSliderHelp,
52 AXMediaCastOffButton, 52 AXMediaCastOffButton,
53 AXMediaCastOffButtonHelp, 53 AXMediaCastOffButtonHelp,
54 AXMediaCastOnButton, 54 AXMediaCastOnButton,
55 AXMediaCastOnButtonHelp, 55 AXMediaCastOnButtonHelp,
56 AXMediaCurrentTimeDisplay, 56 AXMediaCurrentTimeDisplay,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 ValidationValueMissingForRadio, 173 ValidationValueMissingForRadio,
174 ValidationValueMissingForSelect, 174 ValidationValueMissingForSelect,
175 WeekFormatTemplate, 175 WeekFormatTemplate,
176 WeekNumberLabel, 176 WeekNumberLabel,
177 }; 177 };
178 }; 178 };
179 179
180 } // namespace blink 180 } // namespace blink
181 181
182 #endif 182 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/WebFont.h ('k') | third_party/WebKit/public/platform/WebMessagePortChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698