Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionPopup

26 class ExtensionPopup : public BrowserBubble,
30 public base::RefCounted<ExtensionPopup> {
32 // Observer to ExtensionPopup events.
35 // Called when the ExtensionPopup is closing. Note that it
38 virtual void ExtensionPopupIsClosing(ExtensionPopup* popup) {}
41 virtual ~ExtensionPopup();
56 static ExtensionPopup* Show(const GURL& url, Browser* browser,
62 // Closes the ExtensionPopup.
66 // is set to false, then the ExtensionPopup will not do anything in response
101 ExtensionPopup(ExtensionHost* host,
121 // Whether the ExtensionPopup is current going about closing itself.
129 DISALLOW_COPY_AND_ASSIGN(ExtensionPopup);