Home | History | Annotate | Download | only in extensions

Lines Matching refs:host

46 ExtensionPopup::ExtensionPopup(ExtensionHost* host,
52 : BrowserBubble(host->view(),
57 extension_host_(host),
64 host->view()->SetContainer(this);
66 // We wait to show the popup until the contained host finishes loading.
69 Source<Profile>(host->profile()));
73 Source<Profile>(host->profile()));
102 host()->render_view_host()->view()->Focus();
145 // If we aren't the host of the popup, then disregard the notification.
146 if (Details<ExtensionHost>(host()) != details)
193 ExtensionHost* host = manager->CreatePopup(url, browser);
196 ExtensionPopup* popup = new ExtensionPopup(host, frame, relative_to,
200 // If the host had somehow finished loading, then we'd miss the notification
202 if (host->did_stop_loading())