Searched defs:InstalledBubbleContent (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc77 // InstalledBubbleContent is the content view which is placed in the
80 class InstalledBubbleContent : public views::View, class in inherits:views::View,views::ButtonListener
83 InstalledBubbleContent(const Extension* extension, function in class:InstalledBubbleContent
233 DISALLOW_COPY_AND_ASSIGN(InstalledBubbleContent);
355 bubble_content_ = new InstalledBubbleContent(extension_, type_, &icon_);

Completed in 69 milliseconds