Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Ddev_mode_bubble_controller.cc29 extensions::DevModeBubbleController> >
39 DevModeBubbleController::DevModeBubbleController( in DevModeBubbleController() function in extensions::DevModeBubbleController
46 DevModeBubbleController::~DevModeBubbleController() { in ~DevModeBubbleController()
50 ProfileKeyedAPIFactory<DevModeBubbleController>*
51 DevModeBubbleController::GetFactoryInstance() { in GetFactoryInstance()
56 DevModeBubbleController* DevModeBubbleController::Get( in Get()
59 DevModeBubbleController>::GetForProfile(profile); in Get()
62 bool DevModeBubbleController::IsDevModeExtension( in IsDevModeExtension()
73 bool DevModeBubbleController::ShouldIncludeExtension( in ShouldIncludeExtension()
81 void DevModeBubbleController::AcknowledgeExtension( in AcknowledgeExtension()
[all …]
Ddev_mode_bubble_controller.h22 class DevModeBubbleController
27 explicit DevModeBubbleController(Profile* profile);
28 virtual ~DevModeBubbleController();
32 DevModeBubbleController>* GetFactoryInstance();
36 static DevModeBubbleController* Get(Profile* profile);
62 friend class ProfileKeyedAPIFactory<DevModeBubbleController>;
77 DISALLOW_COPY_AND_ASSIGN(DevModeBubbleController);
82 DevModeBubbleController>::DeclareFactoryDependencies();
Dextension_message_bubble_controller_unittest.cc77 : public DevModeBubbleController,
81 : DevModeBubbleController(profile) { in TestDevModeBubbleController()
86 DevModeBubbleController::OnBubbleAction(); in OnBubbleAction()
91 DevModeBubbleController::OnBubbleDismiss(); in OnBubbleDismiss()
96 DevModeBubbleController::OnLinkClicked(); in OnLinkClicked()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_message_bubble_view.cc97 DevModeBubbleController* dev_mode_extensions = in MaybeShow()
98 extensions::DevModeBubbleController::Get( in MaybeShow()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_action_view.cc244 extensions::DevModeBubbleController* controller = in UpdateState()
245 extensions::DevModeBubbleController::Get( in UpdateState()