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

  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller.h 60 virtual bool ShouldShowExtensionList() const = 0;
dev_mode_bubble_controller.cc 56 virtual bool ShouldShowExtensionList() const OVERRIDE;
134 bool DevModeBubbleDelegate::ShouldShowExtensionList() const {
ntp_overridden_bubble_controller.cc 47 virtual bool ShouldShowExtensionList() const OVERRIDE;
149 bool NtpOverriddenBubbleDelegate::ShouldShowExtensionList() const {
proxy_overridden_bubble_controller.cc 52 virtual bool ShouldShowExtensionList() const OVERRIDE;
168 bool ProxyOverriddenBubbleDelegate::ShouldShowExtensionList() const {
suspicious_extension_bubble_controller.cc 53 virtual bool ShouldShowExtensionList() const OVERRIDE;
135 SuspiciousExtensionBubbleDelegate::ShouldShowExtensionList() const {
settings_api_bubble_controller.cc 53 virtual bool ShouldShowExtensionList() const OVERRIDE;
243 bool SettingsApiBubbleDelegate::ShouldShowExtensionList() const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 168 if (delegate->ShouldShowExtensionList()) {

Completed in 37 milliseconds