Home
last modified time | relevance | path

Searched refs:htmlContents_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_controller.mm78 if (htmlContents_.get()) {
79 gfx::NativeView contents = htmlContents_->native_view();
129 if (htmlContents_.get())
130 htmlContents_->Shutdown();
176 DCHECK(htmlContents_.get()) << "BalloonView::Update called before Show";
177 if (htmlContents_->render_view_host())
178 htmlContents_->render_view_host()->NavigateToURL(
189 if (htmlContents_.get())
190 htmlContents_->UpdateActualSize(balloon_->content_size());
210 return htmlContents_.get();
[all …]
Dballoon_controller.h54 scoped_ptr<BalloonViewHost> htmlContents_; variable