Searched refs:html_contents_ (Results 1 – 7 of 7) sorted by relevance
189 html_contents_(NULL), in BalloonViewImpl()205 if (html_contents_) { in ~BalloonViewImpl()206 html_contents_->Shutdown(); in ~BalloonViewImpl()215 html_contents_ = new BalloonViewHost(balloon); in Show()217 html_contents_->EnableWebUI(); in Show()218 AddChildView(html_contents_->view()); in Show()225 if (html_contents_->render_view_host()) in Update()226 html_contents_->render_view_host()->NavigateToURL( in Update()244 return html_contents_; in GetHost()259 html_contents_->view()->SetBounds(0, 0, size.width(), size.height()); in Layout()[all …]
110 BalloonViewHost* html_contents_; variable
100 html_contents_(NULL), in BalloonViewImpl()134 return html_contents_.get(); in GetHost()157 html_contents_->Shutdown(); in DelayedClose()199 html_contents_->SetPreferredSize(contents_rect.size()); in RepositionToBalloon()200 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); in RepositionToBalloon()215 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show"; in Update()216 if (html_contents_->render_view_host()) in Update()217 html_contents_->render_view_host()->NavigateToURL( in Update()245 html_contents_->SetPreferredSize(contents_rect.size()); in AnimationProgressed()246 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); in AnimationProgressed()[all …]
146 scoped_ptr<BalloonViewHost> html_contents_; variable
143 return html_contents_.get(); in GetHost()147 html_contents_->Shutdown(); in DelayedClose()205 html_contents_->UpdateActualSize(contents_rect.size()); in AnimationProgressed()227 html_contents_.reset(new BalloonViewHost(balloon)); in Show()228 html_contents_->Init(); in Show()229 gfx::NativeView contents = html_contents_->native_view(); in Show()329 html_contents_->UpdateActualSize(balloon_->content_size()); in Show()344 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show"; in Update()345 if (html_contents_->render_view_host()) in Update()346 html_contents_->render_view_host()->NavigateToURL( in Update()
114 scoped_ptr<BalloonViewHost> html_contents_; variable
149 r = file_util::ReadFileToString(file_path, &html_contents_); in TestInterstitialPage()154 return html_contents_; in GetHTMLContents()180 std::string html_contents_; member in __anona46ba5fe0111::TestInterstitialPage