HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h 30 class InfoBarView : public InfoBar,
35 explicit InfoBarView(InfoBarDelegate* delegate);
44 virtual ~InfoBarView();
124 ScopedRunnableMethodFactory<InfoBarView> delete_factory_;
131 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
infobar_view.cc 48 const int InfoBarView::kButtonButtonSpacing = 10;
49 const int InfoBarView::kEndOfLabelSpacing = 16;
50 const int InfoBarView::kHorizontalPadding = 6;
52 InfoBarView::InfoBarView(InfoBarDelegate* delegate)
63 InfoBarView::~InfoBarView() {
67 views::Label* InfoBarView::CreateLabel(const string16& text) {
76 views::Link* InfoBarView::CreateLink(const string16& text,
90 views::MenuButton* InfoBarView::CreateMenuButton
    [all...]

Completed in 97 milliseconds