Searched refs:GetActionButtonLabel (Results 1 – 6 of 6) sorted by relevance
45 virtual string16 GetActionButtonLabel() const = 0;
53 virtual string16 GetActionButtonLabel() const OVERRIDE;
48 virtual base::string16 GetActionButtonLabel() const OVERRIDE;
115 string16 DevModeBubbleController::GetActionButtonLabel() const { in GetActionButtonLabel() function in extensions::DevModeBubbleController
124 SuspiciousExtensionBubbleController::GetActionButtonLabel() const { in GetActionButtonLabel() function in extensions::SuspiciousExtensionBubbleController
266 string16 action_button = delegate_->GetActionButtonLabel(); in Init()