HomeSort by relevance Sort by last modified time
    Searched refs:InfoBarView (Results 1 - 24 of 24) 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);
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 42 InfoBarView* child = static_cast<InfoBarView*>(child_at(i));
57 AddChildViewAt(static_cast<InfoBarView*>(infobar),
62 RemoveChildView(static_cast<InfoBarView*>(infobar));
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...]
alternate_nav_infobar_view.h 16 class AlternateNavInfoBarView : public InfoBarView,
25 // InfoBarView:
infobar_view.h 32 class InfoBarView : public InfoBar,
37 InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate);
46 virtual ~InfoBarView();
130 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
translate_infobar_base.cc 47 : InfoBarView(owner, delegate),
72 // This must happen after adding all other children so InfoBarView can ensure
74 InfoBarView::ViewHierarchyChanged(details);
83 // InfoBarView::Layout() does for the normal background.
104 InfoBarView::AnimationProgressed(animation);
confirm_infobar.h 22 class ConfirmInfoBar : public InfoBarView,
30 // InfoBarView:
translate_infobar_base.h 20 class TranslateInfoBarBase : public InfoBarView {
31 // InfoBarView:
41 // InfoBarView:
infobar_background.cc 39 InfoBarView* infobar = static_cast<InfoBarView*>(view);
alternate_nav_infobar_view.cc 26 : InfoBarView(owner, delegate),
36 InfoBarView::Layout();
73 // This must happen after adding all other children so InfoBarView can ensure
75 InfoBarView::ViewHierarchyChanged(details);
confirm_infobar.cc 26 : InfoBarView(owner, delegate),
37 InfoBarView::Layout();
95 // This must happen after adding all other children so InfoBarView can ensure
97 InfoBarView::ViewHierarchyChanged(details);
112 InfoBarView::ButtonPressed(sender, event);
extension_infobar.h 19 class ExtensionInfoBar : public InfoBarView,
30 // InfoBarView:
47 // TODO(pkasting): This shadows InfoBarView::delegate_. Get rid of this once
extension_infobar.cc 84 : InfoBarView(owner, delegate),
103 InfoBarView::Layout();
119 InfoBarView::ViewHierarchyChanged(details);
140 // This must happen after adding all other children so InfoBarView can ensure
142 InfoBarView::ViewHierarchyChanged(details);

Completed in 127 milliseconds