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

  /external/chromium_org/chrome/browser/extensions/
ntp_overridden_bubble_controller.cc 33 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
76 bool NtpOverriddenBubbleDelegate::ShouldIncludeExtension(
189 if (!delegate()->ShouldIncludeExtension(extension_id))
proxy_overridden_bubble_controller.cc 37 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
81 bool ProxyOverriddenBubbleDelegate::ShouldIncludeExtension(
207 if (!delegate()->ShouldIncludeExtension(extension_id))
extension_message_bubble_controller.h 36 virtual bool ShouldIncludeExtension(const std::string& extension_id) = 0;
dev_mode_bubble_controller.cc 41 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
78 bool DevModeBubbleDelegate::ShouldIncludeExtension(
suspicious_extension_bubble_controller.cc 40 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
73 bool SuspiciousExtensionBubbleDelegate::ShouldIncludeExtension(
settings_api_bubble_controller.cc 39 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
85 bool SettingsApiBubbleDelegate::ShouldIncludeExtension(
299 if (!delegate()->ShouldIncludeExtension(extension_id))
extension_message_bubble_controller.cc 154 if (!delegate_->ShouldIncludeExtension(id))

Completed in 1246 milliseconds