Searched refs:ShouldShowExtensionList (Results 1 – 6 of 6) sorted by relevance
49 virtual bool ShouldShowExtensionList() const = 0;
55 virtual bool ShouldShowExtensionList() const OVERRIDE;
50 virtual bool ShouldShowExtensionList() const OVERRIDE;
123 bool DevModeBubbleController::ShouldShowExtensionList() const { in ShouldShowExtensionList() function in extensions::DevModeBubbleController
134 SuspiciousExtensionBubbleController::ShouldShowExtensionList() const { in ShouldShowExtensionList() function in extensions::SuspiciousExtensionBubbleController
228 if (delegate_->ShouldShowExtensionList()) { in Init()