Searched refs:AboutChromeView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.cc94 new AboutChromeView(profile));
102 // AboutChromeView, public:
104 AboutChromeView::AboutChromeView(Profile* profile) function in class:AboutChromeView
124 NewCallback(this, &AboutChromeView::OnOSVersion),
140 AboutChromeView::~AboutChromeView() {
149 void AboutChromeView::Init() {
332 // AboutChromeView, views::View implementation:
334 gfx::Size AboutChromeView
[all...]
H A Dabout_chrome_view.h32 // The AboutChromeView class is responsible for drawing the UI controls of the
37 class AboutChromeView : public views::View, class in inherits:views::View,views::DialogDelegate,views::LinkController,GoogleUpdateStatusListener
45 explicit AboutChromeView(Profile* profile);
46 virtual ~AboutChromeView();
167 DISALLOW_COPY_AND_ASSIGN(AboutChromeView);

Completed in 256 milliseconds