Searched defs:ShouldIncludeExtension (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
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 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 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 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 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))

Completed in 171 milliseconds