Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dextension_message_bubble_controller.h45 virtual string16 GetActionButtonLabel() const = 0;
Ddev_mode_bubble_controller.h53 virtual string16 GetActionButtonLabel() const OVERRIDE;
Dsuspicious_extension_bubble_controller.h48 virtual base::string16 GetActionButtonLabel() const OVERRIDE;
Ddev_mode_bubble_controller.cc115 string16 DevModeBubbleController::GetActionButtonLabel() const { in GetActionButtonLabel() function in extensions::DevModeBubbleController
Dsuspicious_extension_bubble_controller.cc124 SuspiciousExtensionBubbleController::GetActionButtonLabel() const { in GetActionButtonLabel() function in extensions::SuspiciousExtensionBubbleController
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_message_bubble_view.cc266 string16 action_button = delegate_->GetActionButtonLabel(); in Init()