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

/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc27 BalloonHost::BalloonHost(Balloon* balloon) function in class:BalloonHost
48 void BalloonHost::Shutdown() {
56 Browser* BalloonHost::GetBrowser() {
61 gfx::NativeView BalloonHost::GetNativeViewOfHost() {
66 TabContents* BalloonHost::associated_tab_contents() const { return NULL; }
68 const string16& BalloonHost::GetSource() const {
72 WebPreferences BalloonHost::GetWebkitPrefs() {
80 SiteInstance* BalloonHost::GetSiteInstance() const {
84 Profile* BalloonHost
[all...]
H A Dballoon_host.h26 class BalloonHost : public RenderViewHostDelegate, class in inherits:RenderViewHostDelegate,RenderViewHostDelegate::View,ExtensionFunctionDispatcher::Delegate,NotificationObserver
31 explicit BalloonHost(Balloon* balloon);
125 virtual ~BalloonHost();

Completed in 122 milliseconds