Home
last modified time | relevance | path

Searched refs:IsDevModeExtension (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Ddev_mode_bubble_controller.cc62 bool DevModeBubbleController::IsDevModeExtension( in IsDevModeExtension() function in extensions::DevModeBubbleController
78 return IsDevModeExtension(extension); in ShouldIncludeExtension()
Ddev_mode_bubble_controller.h39 bool IsDevModeExtension(const Extension* extension) const;
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_action_view.cc247 if (controller->IsDevModeExtension(extension_)) in UpdateState()