OLD | NEW |
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 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 VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ | 5 #ifndef VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ |
6 #define VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ | 6 #define VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ |
7 | 7 |
8 #include <atlbase.h> | 8 #include <atlbase.h> |
9 #include <atlapp.h> | 9 #include <atlapp.h> |
10 #include <atlcrack.h> | 10 #include <atlcrack.h> |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 int ime_composition_length_; | 192 int ime_composition_length_; |
193 | 193 |
194 // TODO(beng): remove this when we are a subclass of NativeControlWin. | 194 // TODO(beng): remove this when we are a subclass of NativeControlWin. |
195 HWNDView* container_view_; | 195 HWNDView* container_view_; |
196 | 196 |
197 COLORREF bg_color_; | 197 COLORREF bg_color_; |
198 | 198 |
199 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldWin); | 199 DISALLOW_COPY_AND_ASSIGN(NativeTextfieldWin); |
200 }; | 200 }; |
201 | 201 |
202 }; | 202 } // namespace views |
203 | 203 |
204 #endif // VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ | 204 #endif // VIEWS_CONTROLS_TEXTFIELD_NATIVE_TEXTFIELD_WIN_H_ |
OLD | NEW |