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

Side by Side Diff: views/accessibility/accessibility_types.h

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « views/DEPS ('k') | views/accessibility/view_accessibility.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_ACCESSIBILITY_TYPES_H_ 5 #ifndef VIEWS_ACCESSIBILITY_ACCESSIBILITY_TYPES_H_
6 #define CHROME_COMMON_ACCESSIBILITY_TYPES_H_ 6 #define VIEWS_ACCESSIBILITY_ACCESSIBILITY_TYPES_H_
7 7
8 //////////////////////////////////////////////////////////////////////////////// 8 ////////////////////////////////////////////////////////////////////////////////
9 // 9 //
10 // AccessibilityTypes 10 // AccessibilityTypes
11 // 11 //
12 // Provides enumerations used to preserve platform-independence in accessibility 12 // Provides enumerations used to preserve platform-independence in accessibility
13 // functions used in various Views, both in Browser\Views and Views. 13 // functions used in various Views, both in Browser\Views and Views.
14 // 14 //
15 //////////////////////////////////////////////////////////////////////////////// 15 ////////////////////////////////////////////////////////////////////////////////
16 class AccessibilityTypes { 16 class AccessibilityTypes {
(...skipping 21 matching lines...) Expand all
38 STATE_HASPOPUP, 38 STATE_HASPOPUP,
39 STATE_READONLY 39 STATE_READONLY
40 }; 40 };
41 41
42 private: 42 private:
43 // Do not instantiate this class. 43 // Do not instantiate this class.
44 AccessibilityTypes() {} 44 AccessibilityTypes() {}
45 ~AccessibilityTypes() {} 45 ~AccessibilityTypes() {}
46 }; 46 };
47 47
48 #endif // CHROME_COMMON_ACCESSIBILITY_TYPES_H_ 48 #endif // VIEWS_ACCESSIBILITY_ACCESSIBILITY_TYPES_H_
OLDNEW
« no previous file with comments | « views/DEPS ('k') | views/accessibility/view_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698