Home
last modified time | relevance | path

Searched refs:ShouldShowExtensionList (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_message_bubble_controller.h49 virtual bool ShouldShowExtensionList() const = 0;
Ddev_mode_bubble_controller.h55 virtual bool ShouldShowExtensionList() const OVERRIDE;
Dsuspicious_extension_bubble_controller.h50 virtual bool ShouldShowExtensionList() const OVERRIDE;
Ddev_mode_bubble_controller.cc123 bool DevModeBubbleController::ShouldShowExtensionList() const { in ShouldShowExtensionList() function in extensions::DevModeBubbleController
Dsuspicious_extension_bubble_controller.cc134 SuspiciousExtensionBubbleController::ShouldShowExtensionList() const { in ShouldShowExtensionList() function in extensions::SuspiciousExtensionBubbleController
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_message_bubble_view.cc228 if (delegate_->ShouldShowExtensionList()) { in Init()