OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 InfoBar {
18
explicit
InfoBarCocoa
(scoped_ptr<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
;
82
- (void)addInfoBar:(
InfoBarCocoa
*)infobar
86
- (void)removeInfoBar:(
InfoBarCocoa
*)infobar;
infobar_controller.h
11
class
InfoBarCocoa
;
23
base::WeakPtr<
InfoBarCocoa
> infobar_;
43
@property(nonatomic, readonly)
InfoBarCocoa
* infobar;
46
- (id)initWithInfoBar:(
InfoBarCocoa
*)infobar;
Completed in 159 milliseconds