Searched refs:ShouldIncludeExtension (Results 1 – 6 of 6) sorted by relevance
33 virtual bool ShouldIncludeExtension(const std::string& extension_id) = 0;
42 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
37 virtual bool ShouldIncludeExtension(const std::string& extension_id) OVERRIDE;
73 bool DevModeBubbleController::ShouldIncludeExtension( in ShouldIncludeExtension() function in extensions::DevModeBubbleController
58 bool SuspiciousExtensionBubbleController::ShouldIncludeExtension( in ShouldIncludeExtension() function in extensions::SuspiciousExtensionBubbleController
142 if (!delegate_->ShouldIncludeExtension(id)) in GetOrCreateExtensionList()