HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarView (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 32 class InfoBarView : public InfoBar,
37 InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate);
46 virtual ~InfoBarView();
130 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
infobar_view.cc 54 const int InfoBarView::kButtonButtonSpacing = 10;
55 const int InfoBarView::kEndOfLabelSpacing = 16;
56 const int InfoBarView::kHorizontalPadding = 6;
58 InfoBarView::InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate)
67 InfoBarView::~InfoBarView() {
74 views::Label* InfoBarView::CreateLabel(const string16& text) const {
84 views::Link* InfoBarView::CreateLink(const string16& text,
98 views::MenuButton* InfoBarView::CreateMenuButton
    [all...]

Completed in 116 milliseconds