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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container_view.cc 34 InfoBarView* child = static_cast<InfoBarView*>(GetChildViewAt(i));
48 AddChildView(static_cast<InfoBarView*>(infobar));
52 RemoveChildView(static_cast<InfoBarView*>(infobar));
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...]
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);
link_infobar.h 15 class LinkInfoBar : public InfoBarView,
23 // InfoBarView:
link_infobar.cc 19 : InfoBarView(delegate),
29 InfoBarView::Layout();
66 // This must happen after adding all other children so InfoBarView can ensure
68 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
confirm_infobar.h 21 class ConfirmInfoBar : public InfoBarView,
29 // InfoBarView:
translate_infobar_base.cc 48 : InfoBarView(delegate),
73 // This must happen after adding all other children so InfoBarView can ensure
75 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
97 // InfoBarView::Layout() does for the normal background.
118 InfoBarView::AnimationProgressed(animation);
confirm_infobar.cc 21 : InfoBarView(delegate),
32 InfoBarView::Layout();
91 // This must happen after adding all other children so InfoBarView can ensure
93 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
106 InfoBarView::ButtonPressed(sender, event);
extension_infobar.cc 38 : InfoBarView(delegate),
60 InfoBarView::Layout();
75 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
86 // This must happen after adding all other children so InfoBarView can ensure
88 InfoBarView::ViewHierarchyChanged(is_add, parent, child);
extension_infobar.h 21 class ExtensionInfoBar : public InfoBarView,
32 // InfoBarView:
55 // TODO(pkasting): This shadows InfoBarView::delegate_. Get rid of this once
translate_infobar_base.h 23 public InfoBarView {
31 // InfoBarView:
43 // InfoBarView:
infobar_background.cc 60 InfoBarView* infobar = static_cast<InfoBarView*>(view);

Completed in 51 milliseconds