HomeSort by relevance Sort by last modified time
    Searched refs:InstalledBubbleContent (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 17 class InstalledBubbleContent;
77 InstalledBubbleContent* bubble_content_;
extension_installed_bubble.cc 77 // InstalledBubbleContent is the content view which is placed in the
80 class InstalledBubbleContent : public views::View,
83 InstalledBubbleContent(const Extension* extension,
233 DISALLOW_COPY_AND_ASSIGN(InstalledBubbleContent);
355 bubble_content_ = new InstalledBubbleContent(extension_, type_, &icon_);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc 82 // InstalledBubbleContent is the content view which is placed in the
85 class InstalledBubbleContent : public views::View,
89 InstalledBubbleContent(Browser* browser,
519 DISALLOW_COPY_AND_ASSIGN(InstalledBubbleContent);
581 AddChildView(new InstalledBubbleContent(

Completed in 259 milliseconds