Searched defs:InfoBarView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.h30 class InfoBarView : public InfoBar, class in inherits:InfoBar,views::View,views::ButtonListener,views::FocusChangeListener
35 explicit InfoBarView(InfoBarDelegate* delegate);
44 virtual ~InfoBarView();
124 ScopedRunnableMethodFactory<InfoBarView> delete_factory_;
131 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
H A Dinfobar_view.cc48 const int InfoBarView::kButtonButtonSpacing = 10;
49 const int InfoBarView::kEndOfLabelSpacing = 16;
50 const int InfoBarView::kHorizontalPadding = 6;
52 InfoBarView::InfoBarView(InfoBarDelegate* delegate) function in class:InfoBarView
63 InfoBarView::~InfoBarView() {
67 views::Label* InfoBarView::CreateLabel(const string16& text) {
76 views::Link* InfoBarView::CreateLink(const string16& text,
90 views::MenuButton* InfoBarView
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.h32 class InfoBarView : public InfoBar, class in inherits:InfoBar,views::View,views::ButtonListener,views::ExternalFocusTracker
37 InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate);
46 virtual ~InfoBarView();
130 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
H A Dinfobar_view.cc54 const int InfoBarView::kButtonButtonSpacing = 10;
55 const int InfoBarView::kEndOfLabelSpacing = 16;
56 const int InfoBarView::kHorizontalPadding = 6;
58 InfoBarView::InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate) function in class:InfoBarView
67 InfoBarView::~InfoBarView() {
74 views::Label* InfoBarView::CreateLabel(const string16& text) const {
84 views::Link* InfoBarView::CreateLink(const string16& text,
98 views::MenuButton* InfoBarView
[all...]

Completed in 134 milliseconds