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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 14 InfoBarContainer::Delegate::~Delegate() {
17 InfoBarContainer::InfoBarContainer(Delegate* delegate)
23 InfoBarContainer::~InfoBarContainer() {
28 void InfoBarContainer::ChangeTabContents(TabContents* contents) {
64 int InfoBarContainer::GetVerticalOverlap(int* total_height) {
82 void InfoBarContainer::SetMaxTopArrowHeight(int height) {
91 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {
96 void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate)
    [all...]
infobar_container.h 20 // InfoBarContainer is a cross-platform base class to handle the visibility-
22 // InfoBarContainer is responsible for telling particular InfoBars that they
27 class InfoBarContainer : public NotificationObserver {
46 explicit InfoBarContainer(Delegate* delegate);
47 virtual ~InfoBarContainer();
55 // |total_height| is non-NULL, set it to the height of the InfoBarContainer
132 DISALLOW_COPY_AND_ASSIGN(InfoBarContainer);
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 12 @protocol InfoBarContainer;
22 id<InfoBarContainer> containerController_; // weak, owns us
84 @property(nonatomic, assign) id<InfoBarContainer> containerController;

Completed in 52 milliseconds