| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ | 5 #ifndef UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
| 6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ | 6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
| 7 | 7 |
| 8 namespace ui { | 8 namespace ui { |
| 9 namespace ime { | 9 namespace ime { |
| 10 | 10 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 // The width of the infolist indicator icon in the candidate window. | 34 // The width of the infolist indicator icon in the candidate window. |
| 35 const int kInfolistIndicatorIconWidth = 4; | 35 const int kInfolistIndicatorIconWidth = 4; |
| 36 // The padding size of the infolist indicator icon in the candidate window. | 36 // The padding size of the infolist indicator icon in the candidate window. |
| 37 const int kInfolistIndicatorIconPadding = 2; | 37 const int kInfolistIndicatorIconPadding = 2; |
| 38 | 38 |
| 39 } // namespace ime | 39 } // namespace ime |
| 40 } // namespace ui | 40 } // namespace ui |
| 41 | 41 |
| 42 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ | 42 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_CONSTANTS_H_ |
| OLD | NEW |