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

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_cocoa.h 16 class InfoBarCocoa : public infobars::InfoBar {
18 explicit InfoBarCocoa(scoped_ptr<infobars::InfoBarDelegate> delegate);
20 virtual ~InfoBarCocoa();
31 base::WeakPtr<InfoBarCocoa> GetWeakPtr();
38 base::WeakPtrFactory<InfoBarCocoa> weak_ptr_factory_;
40 DISALLOW_COPY_AND_ASSIGN(InfoBarCocoa);
infobar_container_controller.h 16 class InfoBarCocoa;
85 - (void)addInfoBar:(InfoBarCocoa*)infobar
89 - (void)removeInfoBar:(InfoBarCocoa*)infobar;
infobar_controller.h 11 class InfoBarCocoa;
26 base::WeakPtr<InfoBarCocoa> infobar_;
46 @property(nonatomic, readonly) InfoBarCocoa* infobar;
49 - (id)initWithInfoBar:(InfoBarCocoa*)infobar;

Completed in 390 milliseconds