Home | History | Annotate | Download | only in core

Lines Matching defs:InfoBarDelegate

15 const int InfoBarDelegate::kNoIconID = 0;
17 InfoBarDelegate::~InfoBarDelegate() {
20 InfoBarDelegate::InfoBarAutomationType
21 InfoBarDelegate::GetInfoBarAutomationType() const {
25 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
29 bool InfoBarDelegate::ShouldExpire(const NavigationDetails& details) const {
36 void InfoBarDelegate::InfoBarDismissed() {
39 int InfoBarDelegate::GetIconID() const {
43 InfoBarDelegate::Type InfoBarDelegate::GetInfoBarType() const {
47 AutoLoginInfoBarDelegate* InfoBarDelegate::AsAutoLoginInfoBarDelegate() {
51 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
55 ExtensionInfoBarDelegate* InfoBarDelegate::AsExtensionInfoBarDelegate() {
60 InfoBarDelegate::AsInsecureContentInfoBarDelegate() {
64 MediaStreamInfoBarDelegate* InfoBarDelegate::AsMediaStreamInfoBarDelegate() {
68 PopupBlockedInfoBarDelegate* InfoBarDelegate::AsPopupBlockedInfoBarDelegate() {
73 InfoBarDelegate::AsRegisterProtocolHandlerInfoBarDelegate() {
78 InfoBarDelegate::AsScreenCaptureInfoBarDelegate() {
83 InfoBarDelegate::AsThemePreviewInfobarDelegate() {
87 TranslateInfoBarDelegate* InfoBarDelegate::AsTranslateInfoBarDelegate() {
91 void InfoBarDelegate::StoreActiveEntryUniqueID() {
95 gfx::Image InfoBarDelegate::GetIcon() const {
101 InfoBarDelegate::InfoBarDelegate() : contents_unique_id_(0) {
104 bool InfoBarDelegate::ShouldExpireInternal(