Home | History | Annotate | Download | only in extensions

Lines Matching full:extension

11 #include "chrome/common/extensions/extension.h"
19 const Extension* extension,
23 extension_(extension),
45 // When an extension crashes, an InfoBar is shown (for the crashed extension).
47 // is already showing the 'extension crashed InfoBar', which it never is), but
48 // if it is our extension that crashes, the extension delegate is NULL so
53 // Only allow one InfoBar at a time per extension.
54 return extension_delegate->extension_host()->extension() ==
55 extension_host_->extension();
86 const Extension* extension =
87 Details<UnloadedExtensionInfo>(details)->extension;
88 if (extension_ == extension)