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

Side by Side Diff: ui/views/controls/button/radio_button.h

Issue 10387121: Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ui/views/controls/button/checkbox.cc ('k') | ui/views/controls/button/radio_button.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_ 5 #ifndef UI_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_
6 #define UI_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_ 6 #define UI_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/string16.h" 9 #include "base/string16.h"
10 #include "ui/views/controls/button/checkbox.h" 10 #include "ui/views/controls/button/checkbox.h"
11 11
(...skipping 13 matching lines...) Expand all
25 virtual std::string GetClassName() const OVERRIDE; 25 virtual std::string GetClassName() const OVERRIDE;
26 virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; 26 virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
27 virtual View* GetSelectedViewForGroup(int group) OVERRIDE; 27 virtual View* GetSelectedViewForGroup(int group) OVERRIDE;
28 virtual bool IsGroupFocusTraversable() const OVERRIDE; 28 virtual bool IsGroupFocusTraversable() const OVERRIDE;
29 virtual void OnFocus() OVERRIDE; 29 virtual void OnFocus() OVERRIDE;
30 30
31 // Overridden from Button: 31 // Overridden from Button:
32 virtual void NotifyClick(const views::Event& event) OVERRIDE; 32 virtual void NotifyClick(const views::Event& event) OVERRIDE;
33 33
34 // Overridden from TextButtonBase: 34 // Overridden from TextButtonBase:
35 virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE; 35 virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE;
36 36
37 // Overridden from Checkbox: 37 // Overridden from Checkbox:
38 virtual void SetChecked(bool checked) OVERRIDE; 38 virtual void SetChecked(bool checked) OVERRIDE;
39 39
40 private: 40 private:
41 DISALLOW_COPY_AND_ASSIGN(RadioButton); 41 DISALLOW_COPY_AND_ASSIGN(RadioButton);
42 }; 42 };
43 43
44 } // namespace views 44 } // namespace views
45 45
46 #endif // UI_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_ 46 #endif // UI_VIEWS_CONTROLS_BUTTON_RADIO_BUTTON_H_
OLDNEW
« no previous file with comments | « ui/views/controls/button/checkbox.cc ('k') | ui/views/controls/button/radio_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698