Searched refs:DevModeBubbleController (Results 1 – 5 of 5) sorted by relevance
29 extensions::DevModeBubbleController> >39 DevModeBubbleController::DevModeBubbleController( in DevModeBubbleController() function in extensions::DevModeBubbleController46 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 …]
22 class DevModeBubbleController27 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();
77 : public DevModeBubbleController,81 : DevModeBubbleController(profile) { in TestDevModeBubbleController()86 DevModeBubbleController::OnBubbleAction(); in OnBubbleAction()91 DevModeBubbleController::OnBubbleDismiss(); in OnBubbleDismiss()96 DevModeBubbleController::OnLinkClicked(); in OnLinkClicked()
97 DevModeBubbleController* dev_mode_extensions = in MaybeShow()98 extensions::DevModeBubbleController::Get( in MaybeShow()
244 extensions::DevModeBubbleController* controller = in UpdateState()245 extensions::DevModeBubbleController::Get( in UpdateState()