Searched refs:DevModeBubbleController (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.h16 class DevModeBubbleController : public ExtensionMessageBubbleController { class in namespace:extensions
25 explicit DevModeBubbleController(Profile* profile);
26 virtual ~DevModeBubbleController();
39 DISALLOW_COPY_AND_ASSIGN(DevModeBubbleController);
H A Ddev_mode_bubble_controller.cc83 return DevModeBubbleController::IsDevModeExtension(extension);
153 // DevModeBubbleController
156 void DevModeBubbleController::ClearProfileListForTesting() {
161 bool DevModeBubbleController::IsDevModeExtension(
171 DevModeBubbleController::DevModeBubbleController(Profile* profile) function in class:extensions::DevModeBubbleController
176 DevModeBubbleController::~DevModeBubbleController() {
179 bool DevModeBubbleController::ShouldShow() {
184 void DevModeBubbleController
[all...]
H A Dextension_message_bubble_controller_unittest.cc98 // A test class for the DevModeBubbleController.
100 : public DevModeBubbleController,
104 : DevModeBubbleController(profile) {
109 DevModeBubbleController::OnBubbleAction();
114 DevModeBubbleController::OnBubbleDismiss();
119 DevModeBubbleController::OnLinkClicked();
559 DevModeBubbleController::ClearProfileListForTesting();
579 DevModeBubbleController::ClearProfileListForTesting();
596 DevModeBubbleController::ClearProfileListForTesting();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.h29 class DevModeBubbleController;
H A Dextension_message_bubble_view.cc397 scoped_ptr<DevModeBubbleController> dev_mode_extensions(
398 new DevModeBubbleController(profile_));

Completed in 1125 milliseconds