Searched refs:ShouldIncludeExtension (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dntp_overridden_bubble_controller.cc33 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
76 bool NtpOverriddenBubbleDelegate::ShouldIncludeExtension( function in class:__anon4001::NtpOverriddenBubbleDelegate
189 if (!delegate()->ShouldIncludeExtension(extension_id))
H A Dproxy_overridden_bubble_controller.cc37 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
81 bool ProxyOverriddenBubbleDelegate::ShouldIncludeExtension( function in class:extensions::__anon4008::ProxyOverriddenBubbleDelegate
207 if (!delegate()->ShouldIncludeExtension(extension_id))
H A Ddev_mode_bubble_controller.cc41 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
78 bool DevModeBubbleDelegate::ShouldIncludeExtension( function in class:extensions::__anon3900::DevModeBubbleDelegate
H A Dsuspicious_extension_bubble_controller.cc40 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
73 bool SuspiciousExtensionBubbleDelegate::ShouldIncludeExtension( function in class:__anon4020::SuspiciousExtensionBubbleDelegate
H A Dextension_message_bubble_controller.h36 virtual bool ShouldIncludeExtension(const std::string& extension_id) = 0;
H A Dsettings_api_bubble_controller.cc39 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
85 bool SettingsApiBubbleDelegate::ShouldIncludeExtension( function in class:extensions::__anon4010::SettingsApiBubbleDelegate
299 if (!delegate()->ShouldIncludeExtension(extension_id))
H A Dextension_message_bubble_controller.cc154 if (!delegate_->ShouldIncludeExtension(id))

Completed in 107 milliseconds