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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarView.java 11 public interface InfoBarView {
InfoBar.java 19 public abstract class InfoBar implements InfoBarView {
InfoBarLayout.java 38 * Logic for what happens when things are clicked should be implemented by the InfoBarView.
110 private final InfoBarView mInfoBarView;
141 * @param infoBarView InfoBarView that listens to events.
145 public InfoBarLayout(Context context, InfoBarView infoBarView, int iconResourceId,
148 mInfoBarView = infoBarView;
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 42 InfoBarView* child = static_cast<InfoBarView*>(child_at(i));
58 AddChildViewAt(static_cast<InfoBarView*>(infobar),
64 RemoveChildView(static_cast<InfoBarView*>(infobar));
infobar_view.cc 63 // InfoBarView ----------------------------------------------------------------
66 const int InfoBarView::kButtonButtonSpacing = views::kRelatedButtonHSpacing;
67 const int InfoBarView::kEndOfLabelSpacing = views::kItemLabelSpacing;
69 InfoBarView::InfoBarView(scoped_ptr<infobars::InfoBarDelegate> delegate)
79 InfoBarView::~InfoBarView() {
86 views::Label* InfoBarView::CreateLabel(const base::string16& text) const {
97 views::Link* InfoBarView::CreateLink(const base::string16& text,
110 views::LabelButton* InfoBarView::CreateLabelButton
    [all...]
infobar_view.h 32 class InfoBarView : public infobars::InfoBar,
37 explicit InfoBarView(scoped_ptr<infobars::InfoBarDelegate> delegate);
48 virtual ~InfoBarView();
139 DISALLOW_COPY_AND_ASSIGN(InfoBarView);
alternate_nav_infobar_view.h 15 class AlternateNavInfoBarView : public InfoBarView,
33 // InfoBarView:
confirm_infobar.cc 28 : InfoBarView(delegate.PassAs<infobars::InfoBarDelegate>()),
41 InfoBarView::Layout();
91 // This must happen after adding all other children so InfoBarView can ensure
93 InfoBarView::ViewHierarchyChanged(details);
108 InfoBarView::ButtonPressed(sender, event);
confirm_infobar.h 23 class ConfirmInfoBar : public InfoBarView,
31 // InfoBarView:
extension_infobar.h 21 class ExtensionInfoBar : public InfoBarView,
30 // InfoBarView:
infobar_background.cc 40 InfoBarView* infobar = static_cast<InfoBarView*>(view);
alternate_nav_infobar_view.cc 29 : InfoBarView(delegate.PassAs<infobars::InfoBarDelegate>()),
57 InfoBarView::Layout();
93 // This must happen after adding all other children so InfoBarView can ensure
95 InfoBarView::ViewHierarchyChanged(details);
extension_infobar.cc 88 : InfoBarView(delegate.PassAs<infobars::InfoBarDelegate>()),
100 InfoBarView::Layout();
107 // call in InfoBarView::PaintChildren(), so we have to manually clamp the size
122 InfoBarView::ViewHierarchyChanged(details);
143 // AddChildView() call triggers InfoBarView::ViewHierarchyChanged(), it can
149 // This must happen after adding all other children so InfoBarView can ensure
151 InfoBarView::ViewHierarchyChanged(details);

Completed in 174 milliseconds