Searched refs:htmlContents_ (Results 1 – 2 of 2) sorted by relevance
78 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 …]
54 scoped_ptr<BalloonViewHost> htmlContents_; variable